Skip to content

Commit

Permalink
chore(dropbox) rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 15, 2018
1 parent 4bb3b17 commit c944420
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dropbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module.exports.readFile = (token, path, fn) => {
checkFn(fn);

const dbx = getDropbox(token);
console.log(dbx);

dbx.filesGetTemporaryLink({path})
.then(getLink)
Expand Down

0 comments on commit c944420

Please sign in to comment.