Commit 0306b090 authored by SpinShare's avatar SpinShare

removed unneeded log

parent 807ae1f8
......@@ -115,7 +115,6 @@
await ssapi.ping().then((data) => {
this.$data.useAPIForLibrary = true;
console.log(data);
}).catch((error) => {
console.log(error);
this.$data.useAPIForLibrary = false;
......
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