Skip to content

Commit 349814a

Browse files
committed
Removed debug
1 parent e8229a4 commit 349814a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

integration-test/src/main/java/com/arcbees/chosen/integrationtest/client/testcases/ChosenListBoxMultipleSelectAddItems.java

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public void run() {
4040
button.addClickHandler(new ClickHandler() {
4141
@Override
4242
public void onClick(ClickEvent event) {
43+
listBox.clear();
4344
listBox.addItem("Four");
4445
listBox.addItem("Five");
4546
listBox.addItem("Six");

plugin/src/main/java/com/arcbees/chosen/client/ChosenImpl.java

-1
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,6 @@ private int positionRelativeToWindow() {
10641064
}
10651065

10661066
private void rebuildResultItems(boolean init) {
1067-
GQuery.console.log("rebuild");
10681067
SafeHtmlBuilder content = new SafeHtmlBuilder();
10691068
SafeHtmlBuilder optionsHtml = new SafeHtmlBuilder();
10701069

0 commit comments

Comments
 (0)