remove debug
This commit is contained in:
parent
e930925818
commit
153ab7da3f
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ function init (_db, _getBalances, config) {
|
||||||
db = _db
|
db = _db
|
||||||
getBalances = _getBalances
|
getBalances = _getBalances
|
||||||
|
|
||||||
console.log(config)
|
|
||||||
if (config && config.lowBalanceThreshold) {
|
if (config && config.lowBalanceThreshold) {
|
||||||
LOW_BALANCE_THRESHOLD = config.lowBalanceThreshold
|
LOW_BALANCE_THRESHOLD = config.lowBalanceThreshold
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue