Skip to content

Commit 31cfb40

Browse files
removed print()
1 parent 9ebb3f5 commit 31cfb40

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

_generated_2018_01_22_at_20_19_53.py renamed to _generated_2018_01_22_at_20_28_21.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4255,7 +4255,6 @@ def on_hover_description_async(view, point, hover_zone, popup_position, show_hin
42554255

42564256
if result[0] and result[1].get("type") and result[1]["type"] != "(unknown)":
42574257

4258-
print(result[1])
42594258
results_found = 1
42604259

42614260
description = dict()

helper/javascript_completions/on_hover_description_event_listener.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def on_hover_description_async(view, point, hover_zone, popup_position, show_hin
203203

204204
if result[0] and result[1].get("type") and result[1]["type"] != "(unknown)":
205205

206-
print(result[1])
207206
results_found = 1
208207

209208
description = dict()

0 commit comments

Comments
 (0)