Skip to content

Commit

Permalink
Removed console.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Seguin committed Nov 10, 2011
1 parent 3b13aaf commit eb28b7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/jquery.mobile.collapsibleSet.js
Expand Up @@ -9,7 +9,6 @@ $.widget( "mobile.collapsibleset", $.mobile.widget, {
initSelector: ":jqmData(role='collapsible-set')"
},
_create: function() {
console.debug( "collapsibleset.create()" );
var $el = this.element.addClass( "ui-collapsible-set" ),
o = this.options,
collapsiblesInSet = $el.children( ":jqmData(role='collapsible')" );
Expand Down

0 comments on commit eb28b7e

Please sign in to comment.