remove the other(!) debugging printf

This commit is contained in:
Matthew Flatt 2016-07-20 22:40:31 +02:00
parent f6c9f058e4
commit 64a1209bb5

View File

@ -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;