diff options
| author | Mishio595 <[email protected]> | 2018-11-10 13:40:37 -0700 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-11-10 13:40:37 -0700 |
| commit | 8423dfc0576b4b98de0b41738646740f27924df9 (patch) | |
| tree | 17269e6f8a9461f687a01bd924bf53ad4df5b547 /lib/client/client.ml | |
| parent | Sharding changes, non-functional (diff) | |
| download | disml-8423dfc0576b4b98de0b41738646740f27924df9.tar.xz disml-8423dfc0576b4b98de0b41738646740f27924df9.zip | |
Fix to sharding changes
Diffstat (limited to 'lib/client/client.ml')
| -rw-r--r-- | lib/client/client.ml | 6 |
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 |