remove commented out code

This commit is contained in:
mattijs
2009-08-17 17:06:45 +01:00
parent 42001c007a
commit 5896bd04f7

View File

@ -130,7 +130,6 @@ void Foam::Time::setControls()
FatalIOErrorIn("Time::setControls()", controlDict_) FatalIOErrorIn("Time::setControls()", controlDict_)
<< "expected startTime, firstTime or latestTime" << "expected startTime, firstTime or latestTime"
<< " found '" << startFrom << "'" << " found '" << startFrom << "'"
//<< "' in dictionary " << controlDict_.name()
<< exit(FatalIOError); << exit(FatalIOError);
} }
} }