From 0e91a061378d4c20b5157906f6cbe683a0bd830c Mon Sep 17 00:00:00 2001 From: Philipp Tusch Date: Thu, 8 Sep 2016 13:23:21 +0200 Subject: [PATCH] Remove useless console.log --- lib/change.js | 1 - lib/controls/control.js | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/change.js b/lib/change.js index 9c0f36e..4e23de8 100644 --- a/lib/change.js +++ b/lib/change.js @@ -77,7 +77,6 @@ Object.defineProperties(Change.prototype, { } var k = keys[0]; - console.log(keys); var _attr = new Attribute({type: k}); if (Array.isArray(val[k])) { val[k].forEach(function (v) { diff --git a/lib/controls/control.js b/lib/controls/control.js index 9711be9..100b8c9 100644 --- a/lib/controls/control.js +++ b/lib/controls/control.js @@ -21,7 +21,6 @@ function Control(options) { assert.optionalString(options.type); assert.optionalBool(options.criticality); if (options.value) { - console.log(assert.buffer.toString()); assert.buffer(options.value); }