summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair2020-05-15 18:05:28 +0100
committerAlasdair2020-05-15 18:05:28 +0100
commitcc31c324f4433a06c298b7f04c9dad8b4c76a1b2 (patch)
treeab30dc801ea9f59f850fb03a31a12d0fcfd6e4f6
parentd0960cb6a7bd6b5a1ee9d8bc37ee0b6c58e7547c (diff)
Remove some left over debug statements
-rw-r--r--sailcov/main.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/sailcov/main.ml b/sailcov/main.ml
index 2ca765e4..a861be0c 100644
--- a/sailcov/main.ml
+++ b/sailcov/main.ml
@@ -306,7 +306,6 @@ let main () =
if loc.bad_zero_width then (
output_string chan (Printf.sprintf "<span style=\"background-color: %s\">" (bad_color ()));
output_string chan "&#171;Invisible branch not taken here&#187";
- prerr_endline ("zero" ^ file);
output_string chan "</span>"
);