mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
Removed debug printf
This commit is contained in:
parent
a8bf11bf79
commit
eb3dbfbfec
1 changed files with 0 additions and 1 deletions
|
@ -639,7 +639,6 @@ static object Cyc_write(x) object x;
|
|||
{object tmp = nil;
|
||||
if (nullp(x)) {printf("()\n"); return x;}
|
||||
if (obj_is_char(x)) {printf("#\\%c\n", obj_obj2char(x)); return x;}
|
||||
printf("[DEBUG: %p]", x); // DEBUGGING LINE!!
|
||||
switch (type_of(x))
|
||||
{case string_tag:
|
||||
printf("\"%s\"", ((string_type *) x)->str);
|
||||
|
|
Loading…
Add table
Reference in a new issue