remove debug print

This commit is contained in:
Tomoki Shirasawa
2013-12-18 15:33:37 +09:00
parent 96576aaee7
commit 9926d469d8

View File

@@ -998,8 +998,6 @@ int main_loop(int fd, int cpu, pthread_mutex_t *lock)
}
#endif
default:
fprintf(stderr, "syscall=%ld\n", w.sr.number);
fflush(stderr);
ret = do_generic_syscall(&w);
do_syscall_return(fd, cpu, ret, 0, 0, 0, 0);
break;