mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Remove timestamp
This commit is contained in:
parent
539d698492
commit
42c583265c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user