Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 41a5d76

Browse files
author
vyarovuy
committed
- remove debug flag
1 parent ecb4b46 commit 41a5d76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/select.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,6 @@ describe('ui-select tests', function() {
724724
}
725725
it("should sort groups using filter", function () {
726726
var el = createUiSelect();
727-
debugger;
728727
expect(el.find('.ui-select-choices-group .ui-select-choices-group-label').map(function() {
729728
return this.textContent;
730729
}).toArray()).toEqual(["Foo", "Baz", "bar"]);

0 commit comments

Comments
 (0)