aboutsummaryrefslogtreecommitdiff
path: root/lib/event.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/event.ml')
-rw-r--r--lib/event.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/event.ml b/lib/event.ml
index 9b12792..1ac9402 100644
--- a/lib/event.ml
+++ b/lib/event.ml
@@ -115,8 +115,6 @@ let dispatch ev = match ev with
| WEBHOOKS_UPDATE d -> !Dispatch.webhooks_update d
let handle_event ~ev contents =
- (* Printf.printf "Dispatching %s\n%!" ev; *)
- (* print_endline (Yojson.Safe.prettify contents); *)
try
event_of_yojson ~contents ev
|> dispatch