From 345b38bc410f0de2c0afff702082100cf503456d Mon Sep 17 00:00:00 2001 From: Francesco Saverio Cannizzaro Date: Sat, 17 Aug 2019 11:00:02 +0200 Subject: [PATCH] Update npm-install.py --- npm-install.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/npm-install.py b/npm-install.py index 5b470fb..3301539 100644 --- a/npm-install.py +++ b/npm-install.py @@ -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)