Skip to content

Commit b3cfe27

Browse files
committed
remove some debugging
1 parent c0340ed commit b3cfe27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/integration/index.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,8 @@ describe('[INTEGRATION] index', function () {
218218

219219
it('should find syntactic errors when checkSyntacticErrors is true', function (callback) {
220220
var compiler = createCompiler({ checkSyntacticErrors: true }, true);
221-
var logger = console;
222221

223222
compiler.run(function(error, stats) {
224-
// logger.info(stats.compilation.errors);
225223
expect(stats.compilation.errors.length).to.be.equal(2);
226224
callback();
227225
});

0 commit comments

Comments
 (0)