From 7a26c6d01f940ef8cead24ffa6a0fad4d2b677e5 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 16 Sep 2004 17:06:47 +0000 Subject: [PATCH] Took out a print statement that was causing a test to fail. --- Cantera/src/converters/ck2ct.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cantera/src/converters/ck2ct.cpp b/Cantera/src/converters/ck2ct.cpp index 05f0f4646..5913c4ba5 100644 --- a/Cantera/src/converters/ck2ct.cpp +++ b/Cantera/src/converters/ck2ct.cpp @@ -414,8 +414,6 @@ namespace pip { const char* tr_file, const char* id_tag, bool debug) { ckr::CKReader r; - cout << "convert_ck: debug = " << debug << endl; - r.validate = true; r.debug = debug; //int i=1;