Skip to content

Commit

Permalink
Anoying.
Browse files Browse the repository at this point in the history
  • Loading branch information
strawmelonjuice committed Aug 27, 2024
1 parent 52fec67 commit ca056f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/Plugin-runners/node-plugin-runner/src/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit ca056f1

Please sign in to comment.