diff options
Diffstat (limited to 'ports/unix/modtime.c')
-rw-r--r-- | ports/unix/modtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/modtime.c b/ports/unix/modtime.c index f9052ecce..84c83da26 100644 --- a/ports/unix/modtime.c +++ b/ports/unix/modtime.c @@ -110,7 +110,7 @@ STATIC mp_obj_t mod_time_sleep(mp_obj_t arg) { break; } mp_handle_pending(true); - //printf("select: EINTR: %ld:%ld\n", tv.tv_sec, tv.tv_usec); + // printf("select: EINTR: %ld:%ld\n", tv.tv_sec, tv.tv_usec); #else break; #endif |