diff options
author | deva <deva> | 2011-03-03 13:49:37 +0000 |
---|---|---|
committer | deva <deva> | 2011-03-03 13:49:37 +0000 |
commit | 1bda89969eaf0f8dc07ec831c94aa23fbee985a2 (patch) | |
tree | fdb72796d3d9fb65e828175466e9279807b35436 /client/widgets/button.cc | |
parent | 25508b5eeffc3345c0faab80ae05a0f2c663eb66 (diff) |
Remove printf's.
Diffstat (limited to 'client/widgets/button.cc')
-rw-r--r-- | client/widgets/button.cc | 2 |
1 files changed, 0 insertions, 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() |