Skip to content

Commit d20b273

Browse files
committed
Remove extraneous console log.
1 parent 4d72f3d commit d20b273

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/directives/schema-validate.js

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ angular.module('schemaForm').directive('schemaValidate', ['sfValidator', 'sfSele
129129
scope.$on('$destroy', function() {
130130
var form = getForm();
131131
var conditionResult = $parse(form.condition);
132-
console.log(conditionResult(scope));
133132

134133
if (form.hasOwnProperty('condition') && !conditionResult(scope)) { // If condition is defined and not satisfied.
135134

0 commit comments

Comments
 (0)