Commit f7a1c9b738dc6e97c886582372c88c86bc97e660

Thomas de Grivel 2024-08-31T07:37:45

remove debug messages

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libkc3/env.c b/libkc3/env.c
index 2a1bb5a..312ca2b 100644
--- a/libkc3/env.c
+++ b/libkc3/env.c
@@ -1802,7 +1802,7 @@ bool env_eval_struct (s_env *env, const s_struct *s, s_struct *dest)
       if (! tag_to_const_pointer(tmp.type->map.value + i, type, &data))
         goto ko;
     }
-    if (true) {
+    if (false) {
       err_write_1("env_eval_struct: type = ");
       err_inspect_sym(&type);
       err_write_1("\n");