Backend DOT graph generation: Removing debugging reporting of 'cost' in attack graphs.

This was confusing to casual users.
This commit is contained in:
Cas Cremers 2013-06-19 21:50:49 +02:00
parent 4263c81e52
commit c6280d745e

View File

@ -1660,7 +1660,8 @@ dotSemiState (const System mysys)
eprintf (", claim type "); eprintf (", claim type ");
termPrintRemap (sys->current_claim->type); termPrintRemap (sys->current_claim->type);
// For debugging: // For debugging:
eprintf (", cost %i", computeAttackCost (sys)); //eprintf (", cost %i", computeAttackCost (sys));
eprintf ("\";\n"); eprintf ("\";\n");
// Needed for the bindings later on: create graph // Needed for the bindings later on: create graph