Skip to content

Commit

Permalink
Merge pull request #35 from frantic/patch-1
Browse files Browse the repository at this point in the history
Remove print("hello")
  • Loading branch information
enginespot committed Sep 3, 2015
2 parents 1a79c5f + 6a125fd commit 69d70c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsbeautify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69d70c0

Please sign in to comment.