Skip to content

Commit 2f81ae4

Browse files
committed
Remove debug logging that polluted e2e test reference output
1 parent b1ee624 commit 2f81ae4

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/graphs/build-test-publish.act

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,6 @@ nodes:
734734
y: 1430
735735
inputs:
736736
script: |
737-
echo "DEBUG publish: OS=$OS ARCH=$ARCH TARGET_TYPE=$TARGET_TYPE BUILD_DIR=$BUILD_DIR DIST_NEW=$DIST_NEW"
738737
mkdir -p "$DIST_NEW"
739738

740739

@@ -774,8 +773,6 @@ nodes:
774773
y: 1440
775774
inputs:
776775
script: |
777-
echo "DEBUG package: OS=$OS ARCH=$ARCH TARGET_TYPE=$TARGET_TYPE DIST_NEW=$DIST_NEW"
778-
ls -la "$DIST_NEW" || true
779776
if [[ "$TARGET_TYPE" == "py" ]]; then
780777
# Add Python libraries
781778
cp -r api/python/** $DIST_NEW

core/executions.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ func (n *Executions) Execute(outputPort OutputId, ec *ExecutionState, err error)
112112
}
113113

114114
if err != nil {
115-
utils.LogErr.Printf("EXEC_DEBUG: node '%s' (%s) port '%s' returned error: %v\n", nodeID, nodeName, dest.Port, err)
116115
return err
117116
}
118117

0 commit comments

Comments
 (0)