Skip to content

Commit 6a4747d

Browse files
committed
removing console.log
1 parent a152ab1 commit 6a4747d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/dxc-ngx-cdk-site/src/app/app.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export class AppComponent {
6262
}
6363

6464
selectVersion(value) {
65-
console.log("here: " + value);
6665
window.location.href = this.versions.find(
6766
(v) => v.label === value.value
6867
).url;

0 commit comments

Comments
 (0)