Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 0e91a06

Browse files
Philipp Tuschpfmooney
authored andcommitted
Remove useless console.log
1 parent 2a9ce55 commit 0e91a06

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/change.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ Object.defineProperties(Change.prototype, {
7777
}
7878

7979
var k = keys[0];
80-
console.log(keys);
8180
var _attr = new Attribute({type: k});
8281
if (Array.isArray(val[k])) {
8382
val[k].forEach(function (v) {

lib/controls/control.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ function Control(options) {
2121
assert.optionalString(options.type);
2222
assert.optionalBool(options.criticality);
2323
if (options.value) {
24-
console.log(assert.buffer.toString());
2524
assert.buffer(options.value);
2625
}
2726

0 commit comments

Comments
 (0)