Skip to content

Commit fe5d065

Browse files
committed
remove console logs
1 parent d560020 commit fe5d065

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/overlayManager.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ export class OverlayManager {
2929

3030
public getVersion(): string {
3131
const version = app.getVersion();
32-
console.log('version', version);
33-
console.log('APP_GIT_HASH', APP_GIT_HASH);
3432
const gitHash = typeof APP_GIT_HASH !== 'undefined' ? APP_GIT_HASH : 'dev';
3533
return `${version}+${gitHash}`;
3634
}

0 commit comments

Comments
 (0)