remove the other(!) debugging printf
This commit is contained in:
parent
f6c9f058e4
commit
64a1209bb5
|
@ -644,7 +644,6 @@
|
||||||
fts->thread = scheme_current_thread;
|
fts->thread = scheme_current_thread;
|
||||||
future = fts->thread->current_ft;
|
future = fts->thread->current_ft;
|
||||||
retval = future->retval_i;
|
retval = future->retval_i;
|
||||||
printf("!retval %d\n", retval);
|
|
||||||
future->retval_i = 0;
|
future->retval_i = 0;
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user