From 18d9ee2fbda47e18f0b4a9fdf86d7ffd94df947e Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 20 Nov 2011 21:47:54 +0000 Subject: removing unneeded debug message --- (limited to 'plugins/turtle_blocks_extras') diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py index 92c8764..1406407 100644 --- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py +++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py @@ -1201,8 +1201,6 @@ bullets')) if self.tw.lc.dsobject is not None: self.tw.lc.filepath = self.tw.lc.dsobject.file_path if self.tw.lc.pixbuf is not None: - debug_output('calling insert_image with pixbuf', - self.tw.running_sugar) self.tw.lc.insert_image(center=center, pixbuf=True) elif self.tw.lc.filepath is None: if self.tw.lc.dsobject is not None: -- cgit v0.9.1