Remove a spurious print
This commit is contained in:
parent
45a9c26cf2
commit
b13d7fc43c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue