remove debug

This commit is contained in:
Josh Harvey 2016-04-23 22:11:59 +03:00
parent e930925818
commit 153ab7da3f

View file

@ -13,7 +13,6 @@ function init (_db, _getBalances, config) {
db = _db
getBalances = _getBalances
console.log(config)
if (config && config.lowBalanceThreshold) {
LOW_BALANCE_THRESHOLD = config.lowBalanceThreshold
}