Commit a2e1a2e82541f250ed1b09aea31d6869fce8ba80

Authored by Adhidarma Hadiwinoto
1 parent 5816a6b8ae
Exists in master

comment unused functions

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

... ... @@ -236,6 +236,7 @@ function responseCodeFromMessage(message) {
236 236 return;
237 237 }
238 238  
  239 +/*
239 240 function updateBalance(message) {
240 241 var balance = getBalanceFromMessage(message);
241 242 if (balance) {
... ... @@ -249,7 +250,9 @@ function updateBalance(message) {
249 250 }
250 251 }
251 252 }
  253 +*/
252 254  
  255 +/*
253 256 function getBalanceFromMessage(message, balance_regex) {
254 257 if (!balance_regex) {
255 258 if (config && config.globals && config.globals.balance_regex) {
... ... @@ -276,6 +279,7 @@ function getBalanceFromMessage(message, balance_regex) {
276 279 return;
277 280 }
278 281 }
  282 +*/
279 283  
280 284 function start(_config, _callbackReport, options) {
281 285 config = _config;