浏览代码

EAGLESIX-2653: Remove debugger statement

Chris Sexton 11 年之前
父节点
当前提交
17f2e6db6e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/pipeline/matcher/ModMatchExpression.js

+ 0 - 1
lib/pipeline/matcher/ModMatchExpression.js

@@ -67,7 +67,6 @@ proto.getRemainder = function getRemainder( /*  */ ){
  */
 proto.init = function init(path,divisor,remainder) {
 	if (divisor === 0 ){
-		debugger;
 		return {'code':ErrorCodes.BAD_VALUE, 'desc':'Divisor cannot be 0'};
 	}