r3303 committed - button: cleanup

r3303 committed - button: cleanup


Revision: 3303
Author: joern.zaefferer
Date: Sat Sep 26 04:18:00 2009
Log: button: cleanup
http://code.google.com/p/jquery-ui/source/detail?r=3303
Modified:
/branches/dev/ui/jquery.ui.button.js
=======================================
--- /branches/dev/ui/jquery.ui.button.js    Sat Sep 26 04:12:14 2009
+++ /branches/dev/ui/jquery.ui.button.js    Sat Sep 26 04:18:00 2009
@@ -26,7 +26,6 @@
        }).bind("mousedown.button mouseup.button", function() {
            if (self.options.disabled)
                return;
-                console.log(this, arguments)
            $(this).toggleClass("ui-state-active");
        }).bind("click", function(event) {
            if (self.options.disabled) {