From 4ac06b5c41e9405afd5a5401ef50e2d6b17d01de Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 11 Feb 2011 00:43:04 +0000 Subject: clean up for pixbuf sharing --- (limited to 'TurtleArt/tacanvas.py') diff --git a/TurtleArt/tacanvas.py b/TurtleArt/tacanvas.py index 0c5f454..1e54ea9 100644 --- a/TurtleArt/tacanvas.py +++ b/TurtleArt/tacanvas.py @@ -521,7 +521,6 @@ class TurtleGraphics: else: tmp_path = '/tmp' data = image_to_base64(pixbuf, tmp_path) - print "sharing pixbuf from %s" % (tmp_path) height = pixbuf.get_height() width = pixbuf.get_width() event = "P|%s" % (data_to_string([self._get_my_nick(), @@ -702,5 +701,4 @@ class TurtleGraphics: return if self.tw.sharing(): - # print "Sending: %s" % entry self.tw.send_event(entry) -- cgit v0.9.1