Skip to content

Commit ba144b4

Browse files
committed
chore: remove debug code
1 parent 04514fd commit ba144b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/legacy/api/CommandAPI.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ void onExecute(
474474
auto ori = CommandOriginClass::newCommandOrigin(&origin);
475475
auto outp = CommandOutputClass::newCommandOutput(&output);
476476
for (auto& [name, param] : results) {
477-
lse::getSelfPluginInstance().getLogger().info(param.toDebugString());
478477
args.set(name, convertResult(param));
479478
}
480479
localShareData->commandCallbacks[commandName].func.get().call({}, cmd, ori, outp, args);

0 commit comments

Comments
 (0)