Browse Source

EAGLESIX-3083: Removed debugger

David Aebersold 11 năm trước cách đây
mục cha
commit
b115437ba8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lib/pipeline/documentSources/SortDocumentSource.js

+ 0 - 1
lib/pipeline/documentSources/SortDocumentSource.js

@@ -447,7 +447,6 @@ klass.create = function create(expCtx, sortOrder, limit) {
 		// RedBeard0531 can the thanked.
 		var sortDirection = 0;
 		sortDirection = sortOrder[keyField];
-		debugger;
 		if ((sortDirection != 1) && (sortDirection !== -1)) throw new Error("code 15975; " + klass.sortName + " $sort key ordering must be 1 (for ascending) or -1 (for descending)");
 
 		nextSort.addKey(keyField, (sortDirection > 0));