From 6ea776e36e42675aab2d94630e65da45b6175d86 Mon Sep 17 00:00:00 2001 From: myk bilokonsky Date: Mon, 10 Apr 2017 03:27:17 +0200 Subject: cleanup --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index a812d47..121022f 100644 --- a/index.js +++ b/index.js @@ -66,11 +66,10 @@ function boost(rows) { return console.log('Warning: tried to boost #' + id + ' but it had already been boosted by this account. Adding to cache.'); } - return console.log(err); + return console.log(err.message); } boosted[id] = true; console.log('boosted status #' + id); - console.dir(result); }); }) } -- cgit