Commented out some debug statements with ifdef DEBUG_kin.
git-svn-id: svn://10.0.0.236/trunk@7678 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -916,14 +916,18 @@ xfeDoCommandAction(Widget w, XEvent *event,
|
||||
|
||||
if (handler)
|
||||
{
|
||||
#ifdef DEBUG_kin
|
||||
printf("handler->doCommand(0x%.8x): %s\n", handler, cmd);
|
||||
fflush(stdout);
|
||||
#endif /* DEBUG_kin */
|
||||
handler->doCommand(v, &info);
|
||||
}
|
||||
else
|
||||
{
|
||||
#ifdef DEBUG_kin
|
||||
printf("v->doCommand(0x%.8x): %s\n", v, cmd);
|
||||
fflush(stdout);
|
||||
#endif /* DEBUG_kin */
|
||||
v->doCommand(cmd, NULL, &info);
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user