Skip to content

Commit 48a5147

Browse files
committed
chore: remove unnecessary console.log
1 parent c129b62 commit 48a5147

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/nativescript-demo-ng/src/tests/detached-loader-tests.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ class LoaderComponentBase {
2424
</StackLayout>
2525
`,
2626
})
27-
export class LoaderComponent extends LoaderComponentBase {
28-
ngOnDestroy() {
29-
console.log('destroy');
30-
}
31-
}
27+
export class LoaderComponent extends LoaderComponentBase {}
3228

3329
@Component({
3430
selector: 'loader-component-on-push',

0 commit comments

Comments
 (0)