Skip to content

Commit 29dc88a

Browse files
author
vakrilov
committed
Remove console logs form nsRouterLink
1 parent 2935b3a commit 29dc88a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nativescript-angular/router/ns-router-link.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export class NSRouterLink {
5959

6060
@HostListener("tap")
6161
onTap() {
62-
console.log("NSRouterLink.onTap(): " + this.urlTree.toString())
6362
if (this.urlTree) {
6463
this.router.navigateByUrl(this.urlTree);
6564
}
@@ -70,7 +69,6 @@ export class NSRouterLink {
7069
this.commands,
7170
{ relativeTo: this.route, queryParams: this.queryParams, fragment: this.fragment });
7271

73-
console.log("URL updated: " + this.urlTree.toString())
7472
// if (this.urlTree) {
7573
// this.href = this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(this.urlTree));
7674
// }

0 commit comments

Comments
 (0)