diff --git a/packages/schema/test/index.js b/packages/schema/test/index.js index 39905ad07..24ad7cf0f 100644 --- a/packages/schema/test/index.js +++ b/packages/schema/test/index.js @@ -286,7 +286,6 @@ describe('app', () => { should(results.valid).eql(false); const [error] = results.errors; - console.log(error); error.name.should.equal('sensitive'); error.stack.should.eql( 'instance.authentication.fields[0] cannot set isNoSecret as true for the sensitive key "password".',