remove debug print

This commit is contained in:
Yuichi Nishiwaki 2014-09-15 12:34:57 +09:00
parent fc9f09e05b
commit f8ec4ea2e1
1 changed files with 1 additions and 1 deletions

2
lib.c
View File

@ -140,7 +140,7 @@ import(pic_state *pic, pic_value spec)
xh_begin(&it, &imports);
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)));
#endif