Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit aba660e

Browse files
committed
Removes extraneous print
1 parent c0ab738 commit aba660e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎viewlocation.py

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def at_html_attribute(view, attribute, locations):
3636

3737

3838
def find_word(view, region):
39-
print(view)
4039
non_char = re.compile(settings().get('non_word_chars'))
4140
look_up_found = ""
4241
start_point = region.end()

0 commit comments

Comments
 (0)