We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2935b3a commit 29dc88aCopy full SHA for 29dc88a
nativescript-angular/router/ns-router-link.ts
@@ -59,7 +59,6 @@ export class NSRouterLink {
59
60
@HostListener("tap")
61
onTap() {
62
- console.log("NSRouterLink.onTap(): " + this.urlTree.toString())
63
if (this.urlTree) {
64
this.router.navigateByUrl(this.urlTree);
65
}
@@ -70,7 +69,6 @@ export class NSRouterLink {
70
69
this.commands,
71
{ relativeTo: this.route, queryParams: this.queryParams, fragment: this.fragment });
72
73
- console.log("URL updated: " + this.urlTree.toString())
74
// if (this.urlTree) {
75
// this.href = this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(this.urlTree));
76
// }
0 commit comments