From f04b2e821b22485dbaa6d0f541e15760d1e02a5b Mon Sep 17 00:00:00 2001
From: Matias Alejo Garcia <ematiu@gmail.com>
Date: Thu, 11 Feb 2016 11:10:40 -0500
Subject: [PATCH] rm debug log level

---
 lib/pushnotificationsservice.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/pushnotificationsservice.js b/lib/pushnotificationsservice.js
index b7e70a5..35281da 100644
--- a/lib/pushnotificationsservice.js
+++ b/lib/pushnotificationsservice.js
@@ -12,7 +12,6 @@ var Utils = require('./common/utils');
 var Model = require('./model');
 var log = require('npmlog');
 log.debug = log.verbose;
-log.level = 'debug';
 
 var PUSHNOTIFICATIONS_TYPES = {
   'NewCopayer': {