From 153ab7da3f9f7a8ea841d76abce6a2ba4d506f80 Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Sat, 23 Apr 2016 22:11:59 +0300 Subject: [PATCH] remove debug --- lib/notifier.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/notifier.js b/lib/notifier.js index 9297be5a..7857054a 100644 --- a/lib/notifier.js +++ b/lib/notifier.js @@ -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 }