Removed a stray log.
This commit is contained in:
parent
3b731b1a12
commit
bc62d28b12
|
@ -213,7 +213,6 @@ ModelBuilder.prototype.define = function defineClass(className, properties, sett
|
|||
if (value === null || value === undefined) {
|
||||
this.__data[attr] = value;
|
||||
} else {
|
||||
console.log(attr, value);
|
||||
this.__data[attr] = DataType(value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue