From 4a96f8ad0606cc6575a3d41770ff56e2403873b5 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Thu, 3 Jun 2021 12:36:14 -0400 Subject: [PATCH] Removed old code --- lib/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/config.js b/lib/config.js index f8aeabf..0a430c8 100644 --- a/lib/config.js +++ b/lib/config.js @@ -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;