diff options
Diffstat (limited to 'client/widgets/button.cc')
-rw-r--r-- | client/widgets/button.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/widgets/button.cc b/client/widgets/button.cc index 3234296..6e809fe 100644 --- a/client/widgets/button.cc +++ b/client/widgets/button.cc @@ -64,7 +64,6 @@ Button::Button(QDomNode &node, MacroWindow *macrowindow) Button::~Button() { - printf("Delete (Button) %p\n", this); fflush(stdout); // delete button; } |