1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Remove timestamp

This commit is contained in:
paboyle 2015-12-21 15:28:03 +00:00
parent 539d698492
commit 42c583265c

View File

@ -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;
}