From: Chris Koeritz Date: Tue, 11 Sep 2012 04:36:57 +0000 (-0400) Subject: took out one noisy log, since it's not needed. hoping other one can go also. X-Git-Tag: 2.140.90~1245 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=36a9a07fc0d58746df4b6e9f2d1accca9b77d64a;p=feisty_meow.git took out one noisy log, since it's not needed. hoping other one can go also. --- diff --git a/nucleus/library/configuration/application_configuration.cpp b/nucleus/library/configuration/application_configuration.cpp index 601164e4..9302c0b8 100644 --- a/nucleus/library/configuration/application_configuration.cpp +++ b/nucleus/library/configuration/application_configuration.cpp @@ -91,7 +91,7 @@ astring application_configuration::get_cmdline_from_proc() // command line are all separated by zero characters. __check_once_app_path = filebuff; delete [] filebuff; -printf("got an app name before chewing: %s\n", __check_once_app_path.s()); +//printf("got an app name before chewing: %s\n", __check_once_app_path.s()); // clean out quote characters from the name. for (int i = __check_once_app_path.length() - 1; i >= 0; i--) { if (__check_once_app_path[i] == '"') __check_once_app_path.zap(i, i);