diff --git a/typescript/listeners/listeners.py b/typescript/listeners/listeners.py index a83fc85c..7a4cc499 100644 --- a/typescript/listeners/listeners.py +++ b/typescript/listeners/listeners.py @@ -226,7 +226,6 @@ def on_post_text_command_with_info(self, view, command_name, args, info): "typescript_format_selection", "typescript_format_line", "typescript_paste_and_format"]: - print(command_name) # give up and send whole buffer to server (do this eagerly # to avoid lag on next request to server) reload_buffer(view, info.client_info) @@ -270,4 +269,4 @@ def on_pre_save(self, view): def on_hover(self, view, point, hover_zone): log.debug("on_hover") - EventHub.run_listeners("on_hover", view, point, hover_zone) \ No newline at end of file + EventHub.run_listeners("on_hover", view, point, hover_zone)