From 60def59fc8ab7fdf97703e048c97d3261a55d9d3 Mon Sep 17 00:00:00 2001 From: myk bilokonsky Date: Mon, 10 Apr 2017 03:25:03 +0200 Subject: debugging... --- index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'index.js') diff --git a/index.js b/index.js index 582f179..d057ee1 100644 --- a/index.js +++ b/index.js @@ -70,6 +70,7 @@ function boost(rows) { } boosted[id] = true; console.log('boosted status #' + id); + console.dir(result); }); }) } -- cgit