Remove a spurious print

This commit is contained in:
Chris Jones 2010-06-23 07:30:59 +01:00
parent 45a9c26cf2
commit b13d7fc43c
1 changed files with 0 additions and 1 deletions

View File

@ -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