diff options
author | myk bilokonsky <mbilokonsky@gmail.com> | 2017-04-10 03:27:17 +0200 |
---|---|---|
committer | myk bilokonsky <mbilokonsky@gmail.com> | 2017-04-10 03:27:17 +0200 |
commit | 6ea776e36e42675aab2d94630e65da45b6175d86 (patch) | |
tree | fff43037dda2a4f16b9f47138baaf82547a7c60b | |
parent | acb6ec54e4c5ba7d3ba9cdbcfaefd80dc2f6bae1 (diff) |
cleanup
-rw-r--r-- | index.js | 3 |
1 files changed, 1 insertions, 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); }); }) } |