Remove debug log

pull/6346/head
Chocobozzz 2024-04-15 11:41:14 +02:00
parent 965c592e89
commit 4c5d6306b2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ export class SearchFiltersComponent implements OnInit {
formUpdated () {
this.onDurationOrPublishedUpdated()
console.log(this.advancedSearch)
this.filtered.emit(this.advancedSearch)
}