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 d560020 commit fe5d065Copy full SHA for fe5d065
src/app/overlayManager.ts
@@ -29,8 +29,6 @@ export class OverlayManager {
29
30
public getVersion(): string {
31
const version = app.getVersion();
32
- console.log('version', version);
33
- console.log('APP_GIT_HASH', APP_GIT_HASH);
34
const gitHash = typeof APP_GIT_HASH !== 'undefined' ? APP_GIT_HASH : 'dev';
35
return `${version}+${gitHash}`;
36
}
0 commit comments