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 {
*/
auth() {
let adapterConfig = this.config;
console.error('config', adapterConfig);
return this.axios
.get(`${adapterConfig.api}/token`, {
params: {
......
......@@ -71,7 +71,6 @@ class Adapter {
*/
auth() {
let adapterConfig = this.config;
console.error('config', adapterConfig);
return this.axios
.get(`${adapterConfig.api}/token`, {
params: {
......
......@@ -69,7 +69,6 @@ export class Adapter {
*/
auth() {
let adapterConfig = this.config;
console.error('config', adapterConfig);
return this.axios
.get(`${adapterConfig.api}/token`, {
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