diff options
| author | gingerBill <bill@gingerbill.org> | 2019-11-09 10:45:03 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-11-09 10:45:03 +0000 |
| commit | 2ef7bfc06e6d93ade81e83bb79cf3c8142915870 (patch) | |
| tree | 0169953988432a46b2ae8f2b97cfa8b84a6146d4 | |
| parent | 7bfdb4f9f46dcccd0ea0bf2581f243d69d5d426f (diff) | |
Remove debug message
| -rw-r--r-- | src/check_expr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index ad6ad2706..46c4ae18e 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -3529,7 +3529,6 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32 gb_string_free(str); return false; } - gb_printf_err("%s %d\n", expr_to_string(operand->expr), operand->mode); if (!operand->value.value_bool) { gbString arg = expr_to_string(ce->args[0]); error(call, "Compile time assertion: %s", arg); |