Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
Signed-off-by: James Hamlin <[email protected]>
  • Loading branch information
jfhamlin committed May 14, 2024
1 parent bada110 commit 9b51976
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/lang/var.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ func PushThreadBindings(bindings IPersistentMap) {
val := entry.Val()

if !vr.isDynamic() {
fmt.Printf("vr: %s\nmeta: %v\n", vr, vr.Meta())
panic("cannot dynamically bind non-dynamic var: " + vr.String())
}
// TODO: validate
Expand Down

0 comments on commit 9b51976

Please sign in to comment.