From 5a457bfd34178348a2269d1b44d22c98b0fa9d01 Mon Sep 17 00:00:00 2001 From: myk bilokonsky Date: Sat, 15 Apr 2017 14:12:14 +0200 Subject: debugging --- index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.js') diff --git a/index.js b/index.js index b0f4abf..433c4f8 100644 --- a/index.js +++ b/index.js @@ -80,6 +80,8 @@ var boosted = (function() { })(); function boost(rows) { + console.log('Rows:'); + console.dir(rows); rows.filter(function(x) { return !boosted.already(x); }) .forEach(function(row) { M.post('/statuses/' + row.id + '/reblog', function(err, result) { -- cgit