We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a152ab1 commit 6a4747dCopy full SHA for 6a4747d
projects/dxc-ngx-cdk-site/src/app/app.component.ts
@@ -62,7 +62,6 @@ export class AppComponent {
62
}
63
64
selectVersion(value) {
65
- console.log("here: " + value);
66
window.location.href = this.versions.find(
67
(v) => v.label === value.value
68
).url;
0 commit comments