STYLE: remove echo to stdout for profiling::writeNow()

This commit is contained in:
Mark Olesen
2016-06-23 16:15:27 +02:00
parent ea58a523da
commit 95c9e53a14

View File

@ -90,8 +90,6 @@ bool Foam::profiling::writeNow()
{
if (pool_)
{
Info<<"profiling::writeNow() at time = "
<< pool_->owner().timeName() << endl;
return pool_->write();
}
else