Skip to content

Commit 4b9d14e

Browse files
revert(lib): drop console.log from compute
1 parent 88ff037 commit 4b9d14e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/if-run/lib/compute.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ const computeNode = async (node: Node, params: ComputeParams): Promise<any> => {
184184
debugLogger.setExecutingPluginName(pluginName);
185185

186186
outputStorage = await plugin.execute(outputStorage, nodeConfig);
187-
console.log(outputStorage);
188187
debugLogger.setExecutingPluginName();
189188

190189
node.outputs = outputStorage;

0 commit comments

Comments
 (0)