From 1bda89969eaf0f8dc07ec831c94aa23fbee985a2 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 3 Mar 2011 13:49:37 +0000 Subject: Remove printf's. --- client/widgets/button.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/widgets/button.cc b/client/widgets/button.cc index 6e809fe..42c4371 100644 --- a/client/widgets/button.cc +++ b/client/widgets/button.cc @@ -70,13 +70,11 @@ Button::~Button() void Button::commit() { emit act_commit(); - printf("Emit: commit\n"); } void Button::cancel() { emit act_cancel(); - printf("Emit: cancel\n"); } void Button::do_enable() -- cgit v1.2.3