]> source.dussan.org Git - vaadin-framework.git/commitdiff
removed obsolete log message
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 2 Sep 2009 06:56:23 +0000 (06:56 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 2 Sep 2009 06:56:23 +0000 (06:56 +0000)
svn changeset:8630/svn branch:6.1

src/com/vaadin/terminal/gwt/client/ui/VButton.java

index aaa615b30571d62c6b9d1500d479de91bc761ab6..93f06f99541dc8a7b30c4654fa9c9d60984bd4d1 100644 (file)
@@ -180,7 +180,6 @@ public class VButton extends FocusWidget implements Paintable {
         }
 
         int type = DOM.eventGetType(event);
-        System.out.println(DOM.eventGetTypeString(event));
         switch (type) {
         case Event.ONCLICK:
             // If clicks are currently disallowed, keep it from bubbling or