Skip to content

Commit

Permalink
tidy old debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSewell committed Jul 29, 2024
1 parent 5fb856f commit 4386316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_concurrency_model/machineDefPLDI11StorageSubsystem.lem
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ let pldi11_enumerate_transitions_of_storage_subsystem

let () =
let n_debug = integerFromNat (Set.size all_writes) in
let () = print_integer n_debug in let () = print_string "\n" in
(*let () = print_integer n_debug in let () = print_string "\n" in*)
set_writes_seen n_debug in

let all_barriers = barriers_seen s in
Expand Down

0 comments on commit 4386316

Please sign in to comment.