From 35c9eb6bd292b2fa03c2f33ae3cf5f8033493708 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 08 Oct 2013 01:26:59 +0000 Subject: cleanup debug output --- (limited to 'plugins') diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py index 6aa3f8f..defd35f 100644 --- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py +++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py @@ -998,7 +998,6 @@ Journal objects')) if hasattr(self.tw, 'macros_path') and \ os.path.exists(self.tw.macros_path): files = glob.glob(os.path.join(self.tw.macros_path, '*.tb')) - debug_output('making myblocks palette', self.tw.running_sugar) if len(files) > 0: debug_output('creating %s palette' % _('my blocks'), self.tw.running_sugar) -- cgit v0.9.1