aboutsummaryrefslogtreecommitdiff
path: root/lib/sharder.ml
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2018-12-14 16:49:37 -0700
committerAdelyn Breedlove <[email protected]>2018-12-14 16:49:37 -0700
commit41fbba7d0b7dd9fff8dcb9985a474cfbbd2408f2 (patch)
tree690861418bed15de47e7cf5672d96fdacc9abe5e /lib/sharder.ml
parentMerge branch 'dev' of https://gitlab.com/Mishio595/disml into dev (diff)
parentA few metafile updates (diff)
downloaddisml-41fbba7d0b7dd9fff8dcb9985a474cfbbd2408f2.tar.xz
disml-41fbba7d0b7dd9fff8dcb9985a474cfbbd2408f2.zip
Merging
Diffstat (limited to 'lib/sharder.ml')
-rw-r--r--lib/sharder.ml1
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;