Revision
133
Author
robert@fledge.watson.org
Date
2009-11-04 14:46:21 -0800 (Wed, 04 Nov 2009)

Log Message

Remove debugging printf that snuck into the last commit.

Modified Paths

Diff

Modified: trunk/src/time.c (132 => 133)


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