- Removed some older debug stuff.

This commit is contained in:
ccremers 2005-04-10 15:40:33 +00:00
parent 4919cf2a2d
commit 3ba39a3a51

View File

@ -134,10 +134,6 @@ switcher (const int process, const System sys, int index)
} }
} }
// Allright, this is the right option // Allright, this is the right option
#ifdef DEBUG
// [x] TODO remove
printf ("%% Detected switch: [%c] %s\n", shortopt, longopt);
#endif
// Enough arguments left? // Enough arguments left?
return enough_arguments_left (args, shortopt, longopt); return enough_arguments_left (args, shortopt, longopt);
} }