Removed debug info.
This commit is contained in:
parent
d83086c683
commit
9f6f769de4
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class App.Model extends Spine.Model
|
||||||
for attribute in attributes
|
for attribute in attributes
|
||||||
attributesNew[ attribute.name ] = attribute
|
attributesNew[ attribute.name ] = attribute
|
||||||
|
|
||||||
console.log(attributesNew)
|
#console.log(attributesNew)
|
||||||
attributesNew
|
attributesNew
|
||||||
|
|
||||||
validate: (params = {}) ->
|
validate: (params = {}) ->
|
||||||
|
|
Loading…
Reference in a new issue