Remove debugging printf that snuck into the last commit.
--- trunk/src/time.c 2009-11-04 22:44:23 UTC (rev 132)
+++ trunk/src/time.c 2009-11-04 22:46:21 UTC (rev 133)
@@ -197,8 +197,6 @@
uint64_t abstime;
int ret;
- printf("_dispatch_timeout_ts: req %ld\n", (int64_t)when);
-
if (when == 0) {
ret = clock_gettime(CLOCK_REALTIME, &ts_realtime);
(void)dispatch_assume_zero(ret);