removed TESTING definition

This commit is contained in:
Scott R Charlton 2021-04-08 11:24:03 -06:00
parent c27e7010bb
commit fd0bc3096f

View File

@ -2217,7 +2217,6 @@ do_status(void)
screen_msg("\n");
}
//pr.headings = TRUE; // set in class_main; not set for IPhreeqc
#define TESTING
#ifndef TESTING
LDBLE ext = (double)clock() / CLOCKS_PER_SEC;
dup_print(sformatf("End of Run after %g Seconds.", ext), TRUE);