Skip to content

Commit

Permalink
revert(lib): drop console.log from compute
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Oct 30, 2024
1 parent 88ff037 commit 4b9d14e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/if-run/lib/compute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ const computeNode = async (node: Node, params: ComputeParams): Promise<any> => {
debugLogger.setExecutingPluginName(pluginName);

outputStorage = await plugin.execute(outputStorage, nodeConfig);
console.log(outputStorage);
debugLogger.setExecutingPluginName();

node.outputs = outputStorage;
Expand Down

0 comments on commit 4b9d14e

Please sign in to comment.