That should not have been committed

svn: r11779
This commit is contained in:
Doug Blank 2009-02-01 01:01:20 +00:00
parent 31ac581c3a
commit e2f7c5f158

View File

@ -384,9 +384,6 @@ class Gramplet(object):
except StopIteration: except StopIteration:
self._idle_id = 0 self._idle_id = 0
return False return False
except PauseIteration:
self._idle_id = 0
return False
except Exception, e: except Exception, e:
print "Gramplet gave an error" print "Gramplet gave an error"
traceback.print_exc() traceback.print_exc()