took out one noisy log, since it's not needed. hoping other one can go also.
authorChris Koeritz <fred@gruntose.com>
Tue, 11 Sep 2012 04:36:57 +0000 (00:36 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 11 Sep 2012 04:36:57 +0000 (00:36 -0400)
nucleus/library/configuration/application_configuration.cpp

index 601164e429459afac92a48db7c2c17bc3c379ec9..9302c0b8b10f8a5fd3fdcc250410aeab33f705fd 100644 (file)
@@ -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);