From d92fe94da312c0a69dbe9bd7c2e525c594f20e40 Mon Sep 17 00:00:00 2001 From: Mishio595 Date: Sat, 17 Nov 2018 19:49:45 -0700 Subject: Rewrite from Lwt to Async --- lib/client/client.ml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/client/client.ml') diff --git a/lib/client/client.ml b/lib/client/client.ml index b1f6f25..e69de29 100644 --- a/lib/client/client.ml +++ b/lib/client/client.ml @@ -1,5 +0,0 @@ -let notify t data = - Yojson.Basic.pretty_print Format.std_formatter @@ `Assoc data; - print_newline (); - print_endline t; - () \ No newline at end of file -- cgit v1.2.3