mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-14 20:33:52 +02:00
delete debug shit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user