remove spurious printf
svn: r3246
This commit is contained in:
parent
64091f840b
commit
c40b44c464
|
@ -3698,10 +3698,8 @@ do_begin_expand(char *name,
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (zero) {
|
if (zero)
|
||||||
env = scheme_no_defines(env);
|
env = scheme_no_defines(env);
|
||||||
printf("%d\n", env->flags);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!scheme_is_toplevel(env)) {
|
if (!scheme_is_toplevel(env)) {
|
||||||
/* Not at top-level: */
|
/* Not at top-level: */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user