From 729d562c80c337f03678152d06be3c03d25fb7ba Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Sun, 21 Sep 2014 06:19:25 -0700 Subject: [PATCH] touch for heroku to do new npm --- shots.js | 1 - 1 file changed, 1 deletion(-) diff --git a/shots.js b/shots.js index 0c987e46..6777087f 100644 --- a/shots.js +++ b/shots.js @@ -245,7 +245,6 @@ return tran.post.s[req.sub] = cb; } next.count = (next.count || 1) + 1; // start counting how many we accumulate - //console.log("Counting up", next.count); next.body = next.body || {}; // this becomes the polyfill for all the posts next.body.refed = next.body.refed || {}; // where we refeed the responses for the deferred POSTs. req.wait = Gun.text.random(); // generate an random id for this deferred POST.