Skip to content

Commit

Permalink
Update form.js
Browse files Browse the repository at this point in the history
Remove errant console.log
  • Loading branch information
jlukic authored May 2, 2017
1 parent 7d0621c commit 2060fd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/definitions/behaviors/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ $.fn.form = function(parameters) {
}
}
});
console.log(values);
return values;
}
},
Expand Down

0 comments on commit 2060fd5

Please sign in to comment.