]> feistymeow.org Git - feisty_meow.git/commitdiff
dropped debugging noise
authorFred T. Hamster <fred@feistymeow.org>
Tue, 17 Feb 2026 04:09:08 +0000 (23:09 -0500)
committerFred T. Hamster <fred@feistymeow.org>
Tue, 17 Feb 2026 04:09:08 +0000 (23:09 -0500)
nucleus/library/application/application_shell.cpp

index e6e761e3001a7c5731813417b78697a9d1954698..2c5740475c196de4b33cf7281531407c6ecfebd1 100644 (file)
@@ -84,7 +84,7 @@ int application_shell::execute_application()
   } catch (...) {
     printf("BOOM: caught exception: unhandled type!\n");
   }
-printf("got to just before return, and exit value is %d currently.", c_exit_value);
+//printf("got to just before return, and exit value is %d currently.", c_exit_value);
   return c_exit_value;
 }