remove spurious printf

svn: r3246
This commit is contained in:
Matthew Flatt 2006-06-06 04:12:50 +00:00
parent 64091f840b
commit c40b44c464

View File

@ -3698,10 +3698,8 @@ do_begin_expand(char *name,
return NULL;
}
if (zero) {
if (zero)
env = scheme_no_defines(env);
printf("%d\n", env->flags);
}
if (!scheme_is_toplevel(env)) {
/* Not at top-level: */