Browse Source

EAGLESIX-2651: Nary: rm leftover debugger

Kyle P Davis 11 years ago
parent
commit
237c7cbcf8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test/lib/pipeline/expressions/NaryExpression_test.js

+ 0 - 1
test/lib/pipeline/expressions/NaryExpression_test.js

@@ -57,7 +57,6 @@ var Testable = (function(){
 	};
 
 	proto.assertContents = function assertContents(expectedContents) {
-		debugger;
 		assert.deepEqual(utils.constify({$testable:expectedContents}), utils.expressionToJson(this));
 	};