From a64e6d3f6e3306b15f9632d2963d8f2fed8bf442 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 31 May 2026 07:06:14 -0500 Subject: [PATCH] [studio] Remove debug line --- src/olympic/studio/applib/src/app.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/olympic/studio/applib/src/app.cpp b/src/olympic/studio/applib/src/app.cpp index a4947e75..e09c2703 100644 --- a/src/olympic/studio/applib/src/app.cpp +++ b/src/olympic/studio/applib/src/app.cpp @@ -151,7 +151,6 @@ static ox::Error run( ox::StringView const moduleId = args[3]; ox::StringView const subCmd = args[4]; for (auto const m : modules()) { - oxDebug(m->id()); if (m->id() == moduleId) { for (auto const &c : m->commands()) { if (c.name == subCmd) {