Remove console.log()

This commit is contained in:
Bryan Ashby 2015-12-10 21:44:36 -07:00
parent 007103cbc1
commit 490d71c180
1 changed files with 0 additions and 1 deletions

View File

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