Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Oct 25, 2023
1 parent 766ae6d commit 3f89344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ const api = {
try {
await request.get(url);
} catch (err) {
console.log('err', err);
if (err.statusCode === 401) {
throw new Error(`Authentication failed connecting to ${url}. `
+ 'Check the supplied username and password and try again.');
Expand Down

0 comments on commit 3f89344

Please sign in to comment.