diff options
| author | Adelyn Breelove <[email protected]> | 2018-12-14 10:52:36 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2018-12-14 10:52:36 -0700 |
| commit | af684566617ebce536e9f30693aa3e225af906c4 (patch) | |
| tree | 0184187b0b90e402f74402ffd6975d54fd1b5bb9 /lib/sharder.ml | |
| parent | Fix more dispatch issues (diff) | |
| download | disml-af684566617ebce536e9f30693aa3e225af906c4.tar.xz disml-af684566617ebce536e9f30693aa3e225af906c4.zip | |
There's a lot going on
Diffstat (limited to 'lib/sharder.ml')
| -rw-r--r-- | lib/sharder.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sharder.ml b/lib/sharder.ml index 7366fd9..98df132 100644 --- a/lib/sharder.ml +++ b/lib/sharder.ml @@ -70,7 +70,6 @@ module Make(H : S.Http)(D : S.Dispatch) : S.Sharder = struct if t = "READY" then begin Ivar.fill_if_empty shard.ready () end; - print_endline @@ Yojson.Safe.pretty_to_string data; D.dispatch ~ev:t (Yojson.Safe.to_string data); return { shard with seq = seq; |