removed a console log

This commit is contained in:
Carlos Jimenez 2018-09-12 15:40:52 +02:00
parent f98fc703aa
commit 516552c59f
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ describe('Claim Create', () => {
let createdClaimFk;
afterAll(async() => {
console.log('asdf', createdClaimFk);
await app.models.Claim.destroyById(createdClaimFk);
});