Unverified Commit 978de303 authored by Dan Jones's avatar Dan Jones
Browse files

debug: remove debug error logging

parent 7dfb8ec8
...@@ -69,7 +69,6 @@ class Adapter { ...@@ -69,7 +69,6 @@ class Adapter {
*/ */
auth() { auth() {
let adapterConfig = this.config; let adapterConfig = this.config;
console.error('config', adapterConfig);
return this.axios return this.axios
.get(`${adapterConfig.api}/token`, { .get(`${adapterConfig.api}/token`, {
params: { params: {
......
...@@ -71,7 +71,6 @@ class Adapter { ...@@ -71,7 +71,6 @@ class Adapter {
*/ */
auth() { auth() {
let adapterConfig = this.config; let adapterConfig = this.config;
console.error('config', adapterConfig);
return this.axios return this.axios
.get(`${adapterConfig.api}/token`, { .get(`${adapterConfig.api}/token`, {
params: { params: {
......
...@@ -69,7 +69,6 @@ export class Adapter { ...@@ -69,7 +69,6 @@ export class Adapter {
*/ */
auth() { auth() {
let adapterConfig = this.config; let adapterConfig = this.config;
console.error('config', adapterConfig);
return this.axios return this.axios
.get(`${adapterConfig.api}/token`, { .get(`${adapterConfig.api}/token`, {
params: { params: {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment