aboutsummaryrefslogtreecommitdiffhomepage
path: root/iothread.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-04-17 16:59:41 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-04-18 01:13:28 -0700
commit023af5585f41a0e15313305b38f2747593a5fcdb (patch)
treee4234b3697949116cfd3edff222efccd1d668646 /iothread.cpp
parent3d85000f13842af0284f4bb08ce586bf529b7a76 (diff)
Remove a debugging statement (oops)
Diffstat (limited to 'iothread.cpp')
-rw-r--r--iothread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/iothread.cpp b/iothread.cpp
index 00c30721..da2e0890 100644
--- a/iothread.cpp
+++ b/iothread.cpp
@@ -137,7 +137,6 @@ static void *iothread_worker(void *unused)
{
/* Enqueue the result, and tell the main thread about it */
enqueue_thread_result(req);
- fprintf(stderr, "write to %d\n", s_write_pipe);
const char wakeup_byte = IO_SERVICE_RESULT_QUEUE;
VOMIT_ON_FAILURE(! write_loop(s_write_pipe, &wakeup_byte, sizeof wakeup_byte));
}