From 5996d68002f2f82393d7253b03eb283dd14746b1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 2 May 2018 11:59:14 +0200 Subject: Comment out message about disabled function --- src/partialator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3