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)
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.


No differences found