r2966 commited - - forgotten debug removed

r2966 commited - - forgotten debug removed


Revision: 2966
Author: malk0.phpgtk
Date: Thu Jul 23 16:21:12 2009
Log: - forgotten debug removed
http://code.google.com/p/jquery-ui/source/detail?r=2966
Modified:
/branches/labs/button/demo.html
=======================================
--- /branches/labs/button/demo.html    Thu Jul 23 16:08:47 2009
+++ /branches/labs/button/demo.html    Thu Jul 23 16:21:12 2009
@@ -66,7 +66,6 @@
$('#switcher').themeswitcher();
        $('.ui-button-toggle:gt(19)').click(function(){
            var label = $(this).find('.ui-button-label');
-            console.debug(label.html(),label.html().match(/\s+o[fn]f?$/))
            if( label.html().match(/\s+o[fn]f?$/) )
                
label.html(label.html().replace(/\s+o[fn]f?$/,$(this).button('isActive')?'
on':' off'));
            else