aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-05-21 22:14:31 +1200
committerDavid Phillips <david@sighup.nz>2017-05-21 22:14:31 +1200
commit91576b381d9f4d714dc9a7f559ca9d13898e01e3 (patch)
tree09312224121a9426302ffd90841f67aabc35d0cf
parenta65bb9861b85dafe81b32e80d4b6b2dc5ab089ec (diff)
downloadsand-leek-91576b381d9f4d714dc9a7f559ca9d13898e01e3.tar.xz
Remove old debug printf
-rw-r--r--sand-leek.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sand-leek.c b/sand-leek.c
index a33b524..899726a 100644
--- a/sand-leek.c
+++ b/sand-leek.c
@@ -225,7 +225,6 @@ work(void *arg) {
/* select next odd exponent */
e += 2;
}
- fprintf(stderr, "Wrap\n");
}
STOP:
sem_post(&working);