mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-26 04:28:17 +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 'validate' :
|
||||
console.log(value)
|
||||
if(_.isFunction(value)) {
|
||||
this.validate = value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue