mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-27 04:58:24 +02:00
Remove console.log()
This commit is contained in:
parent
007103cbc1
commit
490d71c180
1 changed files with 0 additions and 1 deletions
|
@ -226,7 +226,6 @@ View.prototype.setPropertyValue = function(propName, value) {
|
||||||
case 'argName' : this.submitArgName = value; break;
|
case 'argName' : this.submitArgName = value; break;
|
||||||
|
|
||||||
case 'validate' :
|
case 'validate' :
|
||||||
console.log(value)
|
|
||||||
if(_.isFunction(value)) {
|
if(_.isFunction(value)) {
|
||||||
this.validate = value;
|
this.validate = value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue