Browse Source

EAGLESIX-2653: Remove debugger statement

Chris Sexton 11 years ago
parent
commit
17f2e6db6e
1 changed files with 0 additions and 1 deletions
  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) {
 proto.init = function init(path,divisor,remainder) {
 	if (divisor === 0 ){
 	if (divisor === 0 ){
-		debugger;
 		return {'code':ErrorCodes.BAD_VALUE, 'desc':'Divisor cannot be 0'};
 		return {'code':ErrorCodes.BAD_VALUE, 'desc':'Divisor cannot be 0'};
 	}
 	}