Sim2:Remove an useless line

This commit is contained in:
Meng Xu 2020-06-18 12:12:15 -07:00
parent 2fcef90cbc
commit d268b6c055
1 changed files with 0 additions and 4 deletions

View File

@ -1668,10 +1668,6 @@ public:
killProcess(t.machine, KillInstantly);
}
//if( this->time > 45.522817 ) {
// printf("foo\n");
//}
if (randLog)
fprintf( randLog, "T %f %d %s %" PRId64 "\n", this->time, int(deterministicRandom()->peek() % 10000), t.machine ? t.machine->name : "none", t.stable);
}