user 6 лет назад
Родитель
Сommit
fd3c5a1deb
3 измененных файлов с 1 добавлено и 3 удалено
  1. 0 1
      lib/index.js
  2. 1 1
      lib/index.js.map
  3. 0 1
      src/index.ts

+ 0 - 1
lib/index.js

@@ -98,7 +98,6 @@ class BankClient {
                 method: 'POST',
                 method: 'POST',
                 url: topicURL
                 url: topicURL
             });
             });
-            console.log('postResponse', postResponse);
             return postResponse.balance;
             return postResponse.balance;
         });
         });
     }
     }

Разница между файлами не показана из-за своего большого размера
+ 1 - 1
lib/index.js.map


+ 0 - 1
src/index.ts

@@ -93,7 +93,6 @@ export class BankClient {
         method: 'POST',
         method: 'POST',
         url: topicURL
         url: topicURL
       });
       });
-      console.log('postResponse', postResponse);
       return postResponse.balance;
       return postResponse.balance;
     }
     }