Removed temporary Info statement

This commit is contained in:
Henry Weller
2015-07-03 15:47:25 +01:00
parent 3966ffc0db
commit 52cde47fc5

View File

@ -111,13 +111,10 @@ void Foam::phaseSystem::generatePairsAndSubModels
continue; continue;
} }
Info<< "iter.key() " << iter.key() << endl;
const phasePairKey key(iter.key().first(), iter.key().second()); const phasePairKey key(iter.key().first(), iter.key().second());
const phasePairKey key1In2(key.first(), key.second(), true); const phasePairKey key1In2(key.first(), key.second(), true);
const phasePairKey key2In1(key.second(), key.first(), true); const phasePairKey key2In1(key.second(), key.first(), true);
Info<< "key " << key << endl;
models.insert models.insert
( (
key, key,