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

Commit 05b2dd6

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/select.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ describe('ui-select tests', function() {
6161
};
6262

6363
scope.filterInvertOrder = function(groups) {
64-
debugger;
6564
var results = groups.sort(function(groupA, groupB){
6665
return groupA.name.toLocaleLowerCase() < groupB.name.toLocaleLowerCase();
6766
});
@@ -744,7 +743,6 @@ describe('ui-select tests', function() {
744743
}
745744
it("should sort groups using filter", function () {
746745
var el = createUiSelect();
747-
debugger;
748746
expect(el.find('.ui-select-choices-group .ui-select-choices-group-label').map(function() {
749747
return this.textContent;
750748
}).toArray()).toEqual(["Foo"]);

0 commit comments

Comments
 (0)