Remove useless console.log
This commit is contained in:
parent
2a9ce5515d
commit
0e91a06137
|
@ -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) {
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue