summary refs log tree commit diff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-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);
     });
   })
 }