Skip to content

Commit 4d888ce

Browse files
test: Remove debug print statement. (#100)
1 parent 5a93399 commit 4d888ce

File tree

1 file changed

+0
-1
lines changed
  • cmd/tests/reprolang/bindings/go/repro

1 file changed

+0
-1
lines changed

cmd/tests/reprolang/bindings/go/repro/ast.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ func (i *identifier) resolveSymbol(localScope *reproScope, context *reproContext
8383
}
8484
symbol, ok := scope.names[i.value]
8585
if !ok {
86-
fmt.Printf("scope.names = %v\n", scope.names)
8786
symbol = "local ERROR_UNRESOLVED_SYMBOL"
8887
}
8988
i.symbol = symbol

0 commit comments

Comments
 (0)