Skip to content

Commit

Permalink
removed unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
qwook committed Mar 7, 2014
1 parent 36a6249 commit 9cfad3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions LoveComplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ def on_query_completions(self, view, prefix, locations):
prepreword = view.substr(view.word(location-1-len(lib)-1-len(prelib)-1).b)
preprelib = view.substr(view.word(location-1-len(lib)-1-len(prelib)-1))

print(word, lib, preword, prelib, prepreword, preprelib)

if word == ".":
if preword != "." and lib == "love":
return lib_completions
Expand Down

0 comments on commit 9cfad3f

Please sign in to comment.