diff options
author | David Phillips <david@sighup.nz> | 2017-05-21 22:14:31 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-05-21 22:14:31 +1200 |
commit | 91576b381d9f4d714dc9a7f559ca9d13898e01e3 (patch) | |
tree | 09312224121a9426302ffd90841f67aabc35d0cf | |
parent | a65bb9861b85dafe81b32e80d4b6b2dc5ab089ec (diff) | |
download | sand-leek-91576b381d9f4d714dc9a7f559ca9d13898e01e3.tar.xz |
Remove old debug printf
-rw-r--r-- | sand-leek.c | 1 |
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); |