mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
remove debug line
This commit is contained in:
parent
95310e5823
commit
daa7263690
1 changed files with 0 additions and 1 deletions
1
main.c
1
main.c
|
@ -192,7 +192,6 @@ static char* make_import(const char* prefix, const char* mod, const char* suffix
|
|||
impmod[len] = '\0';
|
||||
for (p=impmod; *p; p++)
|
||||
if (*p == '.') *p=' ';
|
||||
/* fprintf(stderr, "make_import => %s\n", impmod); */
|
||||
return impmod;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue