diff options
Diffstat (limited to 'client/angular/app/app.component.ts')
-rw-r--r-- | client/angular/app/app.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/angular/app/app.component.ts b/client/angular/app/app.component.ts index 513830d6b..bfd5adaee 100644 --- a/client/angular/app/app.component.ts +++ b/client/angular/app/app.component.ts | |||
@@ -68,7 +68,6 @@ export class AppComponent { | |||
68 | } | 68 | } |
69 | 69 | ||
70 | onSearch(search: Search) { | 70 | onSearch(search: Search) { |
71 | console.log(search); | ||
72 | if (search.value !== '') { | 71 | if (search.value !== '') { |
73 | this._router.navigate(['VideosList', { search: search.value, field: search.field }]); | 72 | this._router.navigate(['VideosList', { search: search.value, field: search.field }]); |
74 | } else { | 73 | } else { |