Skip to content

Commit 8e80051

Browse files
committed
do not automatically run quick_install_grammars upon unloading
1 parent 341ef27 commit 8e80051

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

quick_install_grammars.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,3 @@ def confirm(self, value):
141141
return value
142142

143143

144-
def plugin_loaded():
145-
logger.info("Quick install grammars plugin loaded")
146-
window = sublime.active_window()
147-
if not window:
148-
return
149-
window.run_command(
150-
"quick_install_grammars",
151-
)

0 commit comments

Comments
 (0)