user 6 年 前
コミット
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',
                 url: topicURL
             });
-            console.log('postResponse', postResponse);
             return postResponse.balance;
         });
     }

ファイルの差分が大きいため隠しています
+ 1 - 1
lib/index.js.map


+ 0 - 1
src/index.ts

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