mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 19:36:56 +01:00
Remove timestamp
This commit is contained in:
@ -54,7 +54,7 @@ void Grid_unquiesce_nodes(void)
|
||||
|
||||
std::ostream& operator<< (std::ostream& stream, const GridTime& time)
|
||||
{
|
||||
stream << time.count()<<" ms";
|
||||
// stream << time.count()<<" ms";
|
||||
return stream;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user