Skip to content

Commit 94c4161

Browse files
committed
Removed an extraneous print
1 parent 1ef9d3e commit 94c4161

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ecTheoryReplay.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,9 +1171,6 @@ and replay_crb_bvoperator (ove : _ ovrenv) (subst, ops, proofs, scope) (import,
11711171
| EcEnv.NotReducible -> None
11721172
in
11731173

1174-
Format.eprintf "theory path: %s | subst path: %s@." (EcPath.tostring op.theory)
1175-
(EcPath.tostring @@ EcSubst.subst_path subst op.theory);
1176-
11771174
try
11781175
let kind = EcSubst.subst_bv_opkind ~red subst op.kind in
11791176
let operator = forpath op.operator in

0 commit comments

Comments
 (0)