diff options
| author | hallgren <hallgren@chalmers.se> | 2015-09-11 14:46:31 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2015-09-11 14:46:31 +0000 |
| commit | bde7347045ae510f66c135aba6862ff81a75419b (patch) | |
| tree | 49388f13a3754787bcc9646f2547df247934d7b2 /src | |
| parent | 9556cf453f6c1499a2907acd72d7b11211387b0d (diff) | |
Remove debug output introduced in previous patch
Oops.
Diffstat (limited to 'src')
| -rw-r--r-- | src/compiler/GF/System/Concurrency.hs | 1 |
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 |
