瀏覽代碼

EAGLESIX-3083: Removed debugger

David Aebersold 11 年之前
父節點
當前提交
b115437ba8
共有 1 個文件被更改,包括 0 次插入1 次删除
  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.
 		// RedBeard0531 can the thanked.
 		var sortDirection = 0;
 		var sortDirection = 0;
 		sortDirection = sortOrder[keyField];
 		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)");
 		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));
 		nextSort.addKey(keyField, (sortDirection > 0));