remove debug print
This commit is contained in:
parent
fc9f09e05b
commit
f8ec4ea2e1
2
lib.c
2
lib.c
|
@ -140,7 +140,7 @@ import(pic_state *pic, pic_value spec)
|
||||||
xh_begin(&it, &imports);
|
xh_begin(&it, &imports);
|
||||||
while (xh_next(&it)) {
|
while (xh_next(&it)) {
|
||||||
|
|
||||||
#if 1
|
#if DEBUG
|
||||||
printf("* importing %s as %s\n", pic_symbol_name(pic, xh_key(it.e, pic_sym)), pic_symbol_name(pic, xh_val(it.e, pic_sym)));
|
printf("* importing %s as %s\n", pic_symbol_name(pic, xh_key(it.e, pic_sym)), pic_symbol_name(pic, xh_val(it.e, pic_sym)));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue