diff options
author | Sebastian Geerken <devnull@localhost> | 2013-01-06 11:03:05 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-01-06 11:03:05 +0100 |
commit | f4f8bcbd550da7a539b277ed587052842a694ec0 (patch) | |
tree | 500f5690c493937be4e9a23c82e09006ba674a48 | |
parent | b92c95826a2994a321b3162ec16c70d7bcd4ee1b (diff) |
Uncommented debug messages.
-rw-r--r-- | dw/widget.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/widget.cc b/dw/widget.cc index 1ac3787e..4018c069 100644 --- a/dw/widget.cc +++ b/dw/widget.cc @@ -111,8 +111,8 @@ void Widget::setParent (Widget *parent) notifySetParent(); //DBG_OBJ_ASSOC (widget, parent); - printf ("The %s %p becomes a child of the %s %p\n", - getClassName(), this, parent->getClassName(), parent); + //printf ("The %s %p becomes a child of the %s %p\n", + // getClassName(), this, parent->getClassName(), parent); } void Widget::queueDrawArea (int x, int y, int width, int height) |