From: Brian Norris Date: Mon, 1 Oct 2012 17:55:23 +0000 (-0700) Subject: model: remove debug print X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9c02def96200170715f28557ba36ab94b4f956a6;p=cdsspec-compiler.git model: remove debug print --- diff --git a/model.cc b/model.cc index 3b82770..1711e1a 100644 --- a/model.cc +++ b/model.cc @@ -1634,8 +1634,6 @@ bool ModelChecker::take_step() { if (curr->get_state() == THREAD_READY) { ASSERT(priv->current_action); - if (priv->current_action->get_seq_number()>600) - print_summary(); priv->nextThread = check_current_action(priv->current_action); priv->current_action = NULL; if (curr->is_blocked() || curr->is_complete())