Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-12-20 12:49:09 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-12-20 12:49:09 (GMT)
commita92be290f4f912d13c4f3dbfd0d4a8ff2c16082e (patch)
treeff4fff6e8ab51e1285bacb00830604e183480252
parent71f9e51998155398abf94f0499bde6840a8e2d36 (diff)
Remove logging breaking last commit
-rw-r--r--widgets.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets.py b/widgets.py
index 002ddf2..0ef6985 100644
--- a/widgets.py
+++ b/widgets.py
@@ -307,7 +307,6 @@ class ButtonStrokeColor(Gtk.ToolItem):
tool_name = self._selected_tool
show_controls = ()
show_colors = False
- logging.error('TOOL NAME %s', tool_name)
if tool_name == 'brush' or tool_name is None:
title = _('Brush properties')
show_colors = True