Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-10-06 18:50:01 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-10-06 18:50:01 (GMT)
commitbc1afa7d64f4c6dea84c2c6ab128d5de5a78db42 (patch)
tree05633c0390b91d1052eb767cb875d9f54004aa0d
parent6bfc1f8b5b1b68df51a471ff0d37eeb4a1760f98 (diff)
Don't debug the expose event.
-rwxr-xr-xapplication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.py b/application.py
index 376cfd3..23556ab 100755
--- a/application.py
+++ b/application.py
@@ -137,7 +137,7 @@ class Application(gtk.Window):
self.canvas.connect('expose-event', self.expose_event)
def expose_event(self, widget, event):
- logger.debug('Exposing')
+ #logger.debug('Exposing')
if not self.started:
if self.file_path != None:
self.canvas.read_file(self.file_path)