aboutsummaryrefslogtreecommitdiff
path: root/lib/client/client.ml
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-11-10 13:40:37 -0700
committerMishio595 <[email protected]>2018-11-10 13:40:37 -0700
commit8423dfc0576b4b98de0b41738646740f27924df9 (patch)
tree17269e6f8a9461f687a01bd924bf53ad4df5b547 /lib/client/client.ml
parentSharding changes, non-functional (diff)
downloaddisml-8423dfc0576b4b98de0b41738646740f27924df9.tar.xz
disml-8423dfc0576b4b98de0b41738646740f27924df9.zip
Fix to sharding changes
Diffstat (limited to 'lib/client/client.ml')
-rw-r--r--lib/client/client.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/client/client.ml b/lib/client/client.ml
index 94817ab..3e90432 100644
--- a/lib/client/client.ml
+++ b/lib/client/client.ml
@@ -1,5 +1,5 @@
-let notify t data =
- Yojson.Basic.pretty_print Format.std_formatter data;
+let notify _t _data =
+ (* Yojson.Basic.pretty_print Format.std_formatter data;
print_newline ();
- print_endline t;
+ print_endline t; *)
() \ No newline at end of file