diff options
author | Thomas White <taw@physics.org> | 2018-05-02 11:59:14 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-02 11:59:14 +0200 |
commit | 5996d68002f2f82393d7253b03eb283dd14746b1 (patch) | |
tree | f6183dd62fe9cee4285ef3c1cdf7e5576760989d | |
parent | 91084f115549e12a6a1533ae4cf9f5fc5256c1ce (diff) |
Comment out message about disabled function
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index c307d7be..a17e1b24 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -1321,7 +1321,7 @@ int main(int argc, char *argv[]) if (csplit != NULL) check_csplit(crystals, n_crystals, csplit); /* Make a first pass at cutting out crap */ - STATUS("Early rejection...\n"); + //STATUS("Early rejection...\n"); //early_rejection(crystals, n_crystals); /* Create reference data set if we don't already have one */ |