mirror of
https://github.com/danielvici/tool-website.git
synced 2026-01-17 00:11:27 +00:00
remove: console.log
This commit is contained in:
@@ -20,9 +20,4 @@ export class CustomCard {
|
|||||||
|
|
||||||
destination = input.required<string>();
|
destination = input.required<string>();
|
||||||
enabled = input.required<boolean>();
|
enabled = input.required<boolean>();
|
||||||
|
|
||||||
|
|
||||||
ngOnInit() {
|
|
||||||
console.log(this.destination());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user