removed TESTING definition

This commit is contained in:
Scott R Charlton 2021-04-08 11:24:03 -06:00
parent c4de8f2504
commit 1b28b511a0

View File

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