model: don't print scheduler randomly
authorBrian Norris <banorris@uci.edu>
Wed, 6 Feb 2013 03:31:57 +0000 (19:31 -0800)
committerBrian Norris <banorris@uci.edu>
Wed, 6 Feb 2013 21:41:10 +0000 (13:41 -0800)
model.cc

index c9b8460c66daa62f56a4a533bdbad44b3f41c3ba..e39266d41218feecb14d4fde94701c22cd2040d3 100644 (file)
--- a/model.cc
+++ b/model.cc
@@ -2647,7 +2647,6 @@ void ModelChecker::dumpGraph(char *filename) const
 void ModelChecker::print_summary() const
 {
 #if SUPPORT_MOD_ORDER_DUMP
-       scheduler->print();
        char buffername[100];
        sprintf(buffername, "exec%04u", stats.num_total);
        mo_graph->dumpGraphToFile(buffername);