model: remove DEBUG action print
authorBrian Norris <banorris@uci.edu>
Fri, 5 Apr 2013 21:17:42 +0000 (14:17 -0700)
committerBrian Norris <banorris@uci.edu>
Fri, 5 Apr 2013 23:13:49 +0000 (16:13 -0700)
commitaffc0fb36f6a78cfe50cacd10b8a5c4d93011686
tree51ae3ac2c637f847eea7a2eaebf4f27f37023721
parent103b2cae595a3744095dd8432b62b138f24ec9eb
model: remove DEBUG action print

A ModelAction should only be printed at certain points, where the action
is guaranteed to be consistent (e.g., its reads_from pointer is valid).
Rather than try to position this print opportunely, just drop it; we
already print out the whole trace, which should be sufficient.
model.cc