[studio] Remove debug line
Build / build (push) Successful in 1m15s

This commit is contained in:
2026-05-31 07:06:14 -05:00
parent 80ae9bdedf
commit a64e6d3f6e
-1
View File
@@ -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) {