diff --git a/The-Orm/Main.cpp b/The-Orm/Main.cpp index 6968172a..9be3e272 100644 --- a/The-Orm/Main.cpp +++ b/The-Orm/Main.cpp @@ -101,7 +101,7 @@ class TheOrmApplication : public JUCEApplication sentry_init(options); // Fire a test event to see if Sentry actually works - sentry_capture_event(sentry_value_new_message_event(SENTRY_LEVEL_INFO,"custom","Launching KnobKraft Orm")); + //sentry_capture_event(sentry_value_new_message_event(SENTRY_LEVEL_INFO,"custom","Launching KnobKraft Orm")); #endif }