Remove console

This commit is contained in:
Peter Maquiran
2021-07-22 10:39:55 +01:00
parent f37c64d649
commit 39e866206b
4 changed files with 2 additions and 17 deletions
@@ -184,7 +184,6 @@ export class ExpedientePrPage implements OnInit {
this.cc = users.filter(user=>{
return user.Type == 'CC';
});
console.log(users);
})