aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/jim.c b/jim.c
index 4070206..83a42a2 100644
--- a/jim.c
+++ b/jim.c
@@ -8922,7 +8922,6 @@ noargs:
if (op->arity >= 2) {
node->right = Jim_StackPop(&builder->stack);
if (node->right == NULL) {
- printf("missing right term to operator %s\n", op->name);
goto missingoperand;
}
}