This commit is contained in:
Nicolas Constant 2020-03-31 18:59:49 -04:00
parent 5e2ab0365f
commit f3b13879b3
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 0 additions and 2 deletions

View File

@ -134,8 +134,6 @@ export class StatusComponent implements OnInit {
}
if (cwPolicy.hideCompletlyContent && cwPolicy.hideCompletlyContent.length > 0) {
console.warn('tata');
console.warn(cwPolicy.hideCompletlyContent);
let detected = cwPolicy.hideCompletlyContent.filter(x => splittedContent.find(y => y == x || y == `#${x}`));
if (detected && detected.length > 0) {
this.hideStatus = true;