From 46e772967a2262bdd6713957c87eb9917f0a9b35 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 28 Feb 2019 16:21:53 +0100 Subject: [PATCH] remove console.error call :bug: [ci skip] --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index b48de640..6e778260 100644 --- a/index.js +++ b/index.js @@ -501,7 +501,6 @@ const createClient = (profile, userAgent, request = _request) => { }) .then((d) => { if (!Array.isArray(d.posL)) { - console.error('d', d) const err = new Error('invalid response') err.shouldRetry = true throw err