Skip to content

Commit

Permalink
Removes console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JbIPS committed Oct 8, 2018
1 parent f71112a commit ba50a34
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 34 deletions.
1 change: 0 additions & 1 deletion lib/unifile-ftp.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function callAPI(session, action, client, ...params) {
if(err.code === 530) {
throw new UnifileError(UnifileError.EACCES, 'Invalid credentials');
}
console.log(session, action, client, params);
throw new UnifileError(UnifileError.EIO, err.message);
})
.then((result) => {
Expand Down
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba50a34

Please sign in to comment.