Skip to content

Commit

Permalink
Removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jun 3, 2021
1 parent 83ae547 commit 4a96f8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export default class Config {

set apiKey(value) {
if (!value || value.length < 30) {
// console.error('invalid api key',value)
throw Error('invalid api key');
}
this._apiKey = value;
Expand Down

0 comments on commit 4a96f8a

Please sign in to comment.