summary refs log tree commit diff
diff options
context:
space:
mode:
authormyk bilokonsky <mbilokonsky@gmail.com>2017-04-10 03:25:03 +0200
committermyk bilokonsky <mbilokonsky@gmail.com>2017-04-10 03:25:03 +0200
commit60def59fc8ab7fdf97703e048c97d3261a55d9d3 (patch)
tree297b3d7f0593404fb7c21314a85a1a4074f88518
parentafd75a7e43daca7078b4892cecf3d48db7f8ee15 (diff)
debugging...
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
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);
     });
   })
 }