Skip to content

Commit

Permalink
Update npm-install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fcannizzaro authored Aug 17, 2019
1 parent 57c02d4 commit 345b38b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions npm-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def update_icons(view):
other.append(reg)
result.append(module)

print('here', get_settings(view, 'npm_icons', True))

if get_settings(view, 'npm_icons', True):
flags = sublime.HIDE_ON_MINIMAP | sublime.DRAW_NO_FILL | sublime.DRAW_NO_OUTLINE | sublime.DRAW_SOLID_UNDERLINE
view.add_regions('require-off', other, 'request', ICON % 'off', flags)
Expand Down

0 comments on commit 345b38b

Please sign in to comment.