Skip to content

Commit

Permalink
Removing unecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hgoscenski committed Feb 13, 2024
1 parent 2243afa commit 64658d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module.exports = class WyzeAPI {

throw e;
}
// this.log.debug(result.data.msg);

if (result.data.code != 1) {
this.log.debug(`Potentially recoverable error during request, '${result.data.msg}'`)
throw new Error("Potentially recoverable error during request");
Expand Down

0 comments on commit 64658d1

Please sign in to comment.