Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
  • Loading branch information
OlegIvaniv committed Apr 8, 2024
1 parent 705652e commit 3275d37
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ export class ToolWorkflow implements INodeType {
const items = [newItem] as INodeExecutionData[];

let receivedData: INodeExecutionData;
console.log('About to pass runManager to executeWorkflow', runManager?.runId);
try {
receivedData = (await this.executeWorkflow(
workflowInfo,
Expand Down

0 comments on commit 3275d37

Please sign in to comment.