Skip to content

Commit

Permalink
#3313 remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 31, 2016
1 parent cf4bab4 commit 4d01914
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

### Version 2.2.3 - July 31, 2016

**Enhancements**
- **Form Validation** - Bracketed notation can now be omitted for rules, instead passing in bracketed values with the `value` parameter #3313

**Bugs**
- **Dropdown** - `dropdown icon` no longer relies on stopping event propagation. This means using the dropdown icon will now cause other dropdowns to correctly hide. #3998
- **Dropdown** - Fixes `action: select` not working correctly since `2.2` due to incorrect use of new function signature.
- **Dropdown** - Fixes `action: select` not working correctly since `2.2` due to incorrect use of new function signature. #4183

### Version 2.2.2 - July 07, 2016

Expand Down
1 change: 0 additions & 1 deletion src/definitions/behaviors/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,6 @@ $.fn.form = function(parameters) {
? ''
: $.trim(value + '')
;
console.log(rule, ancillary);
return ruleFunction.call($field, value, ancillary);
}
},
Expand Down

0 comments on commit 4d01914

Please sign in to comment.