delete debug shit

This commit is contained in:
pypy
2020-11-07 20:41:04 +09:00
parent e96cfe7ae3
commit 634477f11b

View File

@@ -8,7 +8,6 @@ class WebApiService {
execute(options) {
return new Promise((resolve, reject) => {
WebApi.Execute(options, (err, response) => {
console.log('WebApi', options, { err, response });
if (err !== null) {
reject(err);
return;