From b13d7fc43c002310f12cfaff2614fd16f0e69e32 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 23 Jun 2010 07:30:59 +0100 Subject: [PATCH] Remove a spurious print --- terminatorlib/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/terminatorlib/plugin.py b/terminatorlib/plugin.py index 3d0f912c..2dd907b4 100755 --- a/terminatorlib/plugin.py +++ b/terminatorlib/plugin.py @@ -174,7 +174,6 @@ class URLHandler(Plugin): return terminator = Terminator() for terminal in terminator.terminals: - print self.handler_name terminal.match_remove(self.handler_name) # MenuItem - This is able to execute code during the construction of the