Pārlūkot izejas kodu

EAGLESIX-2653: Remove debugger statement

Chris Sexton 11 gadi atpakaļ
vecāks
revīzija
17f2e6db6e
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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'};
 	}