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;
     }