Backend DOT graph generation: Removing debugging reporting of 'cost' in attack graphs.
This was confusing to casual users.
This commit is contained in:
parent
4263c81e52
commit
c6280d745e
@ -1660,7 +1660,8 @@ dotSemiState (const System mysys)
|
||||
eprintf (", claim type ");
|
||||
termPrintRemap (sys->current_claim->type);
|
||||
// For debugging:
|
||||
eprintf (", cost %i", computeAttackCost (sys));
|
||||
//eprintf (", cost %i", computeAttackCost (sys));
|
||||
|
||||
eprintf ("\";\n");
|
||||
|
||||
// Needed for the bindings later on: create graph
|
||||
|
Loading…
Reference in New Issue
Block a user