Skip to content

Commit 057bcd2

Browse files
committed
Removed debug code
1 parent 669ff54 commit 057bcd2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/reduction/src/signature_refinement.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,11 @@ pub fn branching_bisim_sigref<L: LTS>(lts: L, timing: &Timing) -> (LabelledTrans
7272
let preprocessed_lts = timing.measure("preprocess", || tau_loop_elimination_and_reorder(lts));
7373
let incoming = timing.measure("preprocess", || IncomingTransitions::new(&preprocessed_lts));
7474

75-
write_aut(&mut std::fs::File::create("bruh.aut").unwrap(), &preprocessed_lts).unwrap();
76-
7775
if log_enabled!(log::Level::Debug) {
7876
let path = longest_tau_path(&preprocessed_lts);
7977
debug!("longest_tau_path" = path.len(); "The longest tau path is {:?}", path);
8078
}
8179

82-
8380
let mut expected_builder = SignatureBuilder::default();
8481
let mut visited = FxHashSet::default();
8582
let mut stack = Vec::new();

0 commit comments

Comments
 (0)