Skip to content

Commit aad0181

Browse files
committed
Remove print()
1 parent b6877d0 commit aad0181

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugin_logger.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,10 @@ def get_plugin(self, frame):
5858

5959

6060
def plugin_loaded():
61-
print("Plugin Logger plugin loaded")
6261
sys.stdout = _PluginLogWriter() # type: ignore
6362
sys.stderr = _PluginLogWriter() # type: ignore
6463

6564

6665
def plugin_unloaded():
67-
print("Plugin Logger plugin unloaded")
6866
sys.stdout = sublime._LogWriter() # type: ignore
6967
sys.stderr = sublime._LogWriter() # type: ignore

0 commit comments

Comments
 (0)