diff --git a/source/Plugin-runners/node-plugin-runner/src/handler.ts b/source/Plugin-runners/node-plugin-runner/src/handler.ts index 6f256e8..d4703d7 100644 --- a/source/Plugin-runners/node-plugin-runner/src/handler.ts +++ b/source/Plugin-runners/node-plugin-runner/src/handler.ts @@ -26,8 +26,6 @@ export default async function handle( incoming: string, cynthiabase: PluginBase, ) { - console.error("Got: " + incoming); - console.log("Going to parse: " + incoming); if (incoming.startsWith("parse: ")) { Cynthia.console.debug("Got a request."); Cynthia.console.debug(`Buffer: ${incoming}`);