console: Remove some redundant debugging

This commit is contained in:
Cole Robinson 2009-11-20 13:10:07 -05:00
parent 0eec8017f7
commit d159a29914
1 changed files with 0 additions and 2 deletions

View File

@ -494,7 +494,6 @@ class vmmConsolePages(gobject.GObject):
gtk.gdk.threads_enter()
try:
logging.debug("Got timed retry")
self.try_login()
return
finally:
@ -552,7 +551,6 @@ class vmmConsolePages(gobject.GObject):
self.schedule_retry()
return
logging.debug("Trying console login")
protocol, host, port, trans, username = self.vm.get_graphics_console()
if protocol is None: