aboutsummaryrefslogtreecommitdiff
path: root/lib/client/client.ml
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-11-17 19:49:45 -0700
committerMishio595 <[email protected]>2018-11-17 19:49:45 -0700
commitd92fe94da312c0a69dbe9bd7c2e525c594f20e40 (patch)
treeccd4a634996d97e4ba89f92cd904fbb0632f2fa4 /lib/client/client.ml
parentstupid dune-project file... (diff)
downloaddisml-d92fe94da312c0a69dbe9bd7c2e525c594f20e40.tar.xz
disml-d92fe94da312c0a69dbe9bd7c2e525c594f20e40.zip
Rewrite from Lwt to Async
Diffstat (limited to 'lib/client/client.ml')
-rw-r--r--lib/client/client.ml5
1 files changed, 0 insertions, 5 deletions
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