Removed a stray log.

This commit is contained in:
Michael Schoonmaker 2013-06-19 13:15:57 -07:00
parent 3b731b1a12
commit bc62d28b12
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
}