From f1615cbdcd3a72f31fa1f210d54554c542926b41 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 20 Jun 2006 23:15:08 +0000 Subject: [PATCH] Took out a spurious print statement. --- Cantera/src/thermo/IdealMolalSoln.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cantera/src/thermo/IdealMolalSoln.cpp b/Cantera/src/thermo/IdealMolalSoln.cpp index 2e28991ec..438972494 100644 --- a/Cantera/src/thermo/IdealMolalSoln.cpp +++ b/Cantera/src/thermo/IdealMolalSoln.cpp @@ -942,10 +942,6 @@ namespace Cantera { XML_Node* s = speciesDB->findByAttr("name", sss[k]); XML_Node *ss = s->findByName("standardState"); m_speciesMolarVolume[k] = getFloat(*ss, "molarVolume", "-"); -#ifdef DEBUG_HKM - cout << "species " << sss[k] << " has volume " << - m_speciesMolarVolume[k] << endl; -#endif } /*