Skip to content

Commit 9c0c887

Browse files
committed
Refactor: clean up log.
1 parent 20d6d02 commit 9c0c887

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

analysis/src/Log.ml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
let spamError = ref false
22

3-
let log msg =
4-
if !spamError then (
5-
output_string stderr (msg ^ "\n");
6-
flush stderr )
3+
let log msg = if !spamError then print_endline msg

0 commit comments

Comments
 (0)