1
0
forked from GitHub/gf-core

Remove debug output introduced in previous patch

Oops.
This commit is contained in:
hallgren
2015-09-11 14:46:31 +00:00
parent 9556cf453f
commit bde7347045

View File

@@ -21,7 +21,6 @@ setNumCapabilities opt_n =
return True
#else
n_now <- C.getNumCapabilities
print (n,n_now)
return (n==n_now)
#endif