From 6a125fd7bdf6b27a7e5a86f7ea9c11ed3863ec10 Mon Sep 17 00:00:00 2001 From: Alexander Kotliarskyi Date: Tue, 1 Sep 2015 21:36:07 -0700 Subject: [PATCH] Remove print("hello") Doesn't seem to be useful. --- jsbeautify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jsbeautify.py b/jsbeautify.py index cf4e3c4..5026a4d 100644 --- a/jsbeautify.py +++ b/jsbeautify.py @@ -70,7 +70,6 @@ def is_js_buffer(view): region = sublime.Region(0, view.size()) code = view.substr(region) header="#!/usr/bin/env node" - print("hello") if header in code.split('\n')[0]: return True if (fName != None): # file exists, pull syntax type from extension