Skip to content

Commit f9b86da

Browse files
committed
print in test -.-'
1 parent 102f2d9 commit f9b86da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tket/src/serialize/pytket/tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,6 @@ fn json_roundtrip(#[case] circ_s: &str, #[case] num_commands: usize, #[case] num
411411
assert_eq!(ser.commands.len(), num_commands);
412412

413413
let circ: Circuit = ser.decode().unwrap();
414-
println!("{}", circ.mermaid_string());
415-
416414
assert_eq!(circ.qubit_count(), num_qubits);
417415

418416
let reser: SerialCircuit = SerialCircuit::encode(&circ).unwrap();

0 commit comments

Comments
 (0)