removing comment

This commit is contained in:
Nate Stemen 2017-11-16 14:49:29 -05:00
parent c051316aac
commit c78a0ae209

View file

@ -36,7 +36,6 @@ define () ->
class PackageManager
getCompletions: (editor, session, pos, prefix, callback) ->
console.log '>> making it here'
callback null, packageSnippets
return PackageManager