You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2016/12/07 11:23:32 UTC

incubator-ponymail git commit: Oops, drop debug code

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 170f5adeb -> 94d441373


Oops, drop debug code

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/94d44137
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/94d44137
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/94d44137

Branch: refs/heads/master
Commit: 94d4413730dc33ace4f62fc736b1e3fcbfdca6de
Parents: 170f5ad
Author: Sebb <se...@apache.org>
Authored: Wed Dec 7 11:23:25 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Wed Dec 7 11:23:25 2016 +0000

----------------------------------------------------------------------
 site/api/stats.lua | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/94d44137/site/api/stats.lua
----------------------------------------------------------------------
diff --git a/site/api/stats.lua b/site/api/stats.lua
index 0d19819..2fbaaa7 100644
--- a/site/api/stats.lua
+++ b/site/api/stats.lua
@@ -425,7 +425,6 @@ function handle(r)
                 }
             }
         }
-        io.stderr:write(JSON.encode(doc))
         for x,y in pairs (doc.aggregations.subdoc.cloud.buckets) do
             cloud[y.key] = y.doc_count
         end