Remove console.log()
This commit is contained in:
parent
007103cbc1
commit
490d71c180
|
@ -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…
Reference in New Issue