Skip to content

Commit bd3a8a7

Browse files
committed
Remove logs.
1 parent 4de111d commit bd3a8a7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

gwt-material/src/main/java/gwt/material/design/client/ui/MaterialPushpin.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
*/
2020
package gwt.material.design.client.ui;
2121

22-
import com.google.gwt.core.client.GWT;
2322
import com.google.gwt.core.client.Scheduler;
2423
import com.google.gwt.user.client.ui.Widget;
2524
import gwt.material.design.client.js.JsPushpinOptions;
@@ -80,11 +79,6 @@ public static void apply(Widget widget, Double top, Double bottom, Double offset
8079
options.top = (top != null) ? top : 0;
8180
options.offset = (offset != null) ? offset : 0;
8281
options.bottom = (bottom != null) ? bottom : "Infinity";
83-
84-
GWT.log(top + " : Top");
85-
GWT.log(offset + " : Offset");
86-
GWT.log(bottom + " : Bottom");
87-
8882
$(widget.getElement()).pushpin(options);
8983
});
9084
}

0 commit comments

Comments
 (0)