summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2015-09-11 14:46:31 +0000
committerhallgren <hallgren@chalmers.se>2015-09-11 14:46:31 +0000
commitbde7347045ae510f66c135aba6862ff81a75419b (patch)
tree49388f13a3754787bcc9646f2547df247934d7b2 /src
parent9556cf453f6c1499a2907acd72d7b11211387b0d (diff)
Remove debug output introduced in previous patch
Oops.
Diffstat (limited to 'src')
-rw-r--r--src/compiler/GF/System/Concurrency.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/GF/System/Concurrency.hs b/src/compiler/GF/System/Concurrency.hs
index 38e6559fc..41f318c7a 100644
--- a/src/compiler/GF/System/Concurrency.hs
+++ b/src/compiler/GF/System/Concurrency.hs
@@ -21,7 +21,6 @@ setNumCapabilities opt_n =
return True
#else
n_now <- C.getNumCapabilities
- print (n,n_now)
return (n==n_now)
#endif