From: Fred T. Hamster Date: Tue, 17 Feb 2026 04:09:08 +0000 (-0500) Subject: dropped debugging noise X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=259b92bb2631159552c08a1214bb149cc10c389c;p=feisty_meow.git dropped debugging noise --- diff --git a/nucleus/library/application/application_shell.cpp b/nucleus/library/application/application_shell.cpp index e6e761e3..2c574047 100644 --- a/nucleus/library/application/application_shell.cpp +++ b/nucleus/library/application/application_shell.cpp @@ -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; }