mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove echo to stdout for profiling::writeNow()
This commit is contained in:
@ -90,8 +90,6 @@ bool Foam::profiling::writeNow()
|
||||
{
|
||||
if (pool_)
|
||||
{
|
||||
Info<<"profiling::writeNow() at time = "
|
||||
<< pool_->owner().timeName() << endl;
|
||||
return pool_->write();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user