From 3d1bc2a0421860fced9d81272ae309e010a2949c Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Sat, 5 Dec 2009 09:38:47 +0000 Subject: [PATCH] Remove some printouts --- frodo_menu.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/frodo_menu.cpp b/frodo_menu.cpp index d539a2e..95a8b8d 100644 --- a/frodo_menu.cpp +++ b/frodo_menu.cpp @@ -67,13 +67,11 @@ public: virtual void hoverCallback(int which) { - printf("entry %d hover over: %s\n", which, this->pp_msgs[which]); this->help->updateHelpMessage(which); } virtual void escapeCallback(int which) { - printf("entry %d escaped: %s\n", which, this->pp_msgs[which]); this->parent->parent->exitMenu(); }