remove debug print

This commit is contained in:
Yuichi Nishiwaki 2014-07-28 02:04:00 +09:00
parent 16c1330b1e
commit 9b50d9133d
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ import(pic_state *pic, pic_value spec)
xh_begin(&it, &imports->hash);
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, pic_sym(xh_val(it.e, pic_value))));
#endif