mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
add startup message with version number
This commit is contained in:

committed by
Samuel Cambien

parent
59f9534418
commit
c94e5d0709
@@ -143,10 +143,6 @@ export abstract class InitService {
|
||||
if (environment.debug) {
|
||||
console.info(environment);
|
||||
}
|
||||
|
||||
const env: string = environment.production ? 'Production' : 'Development';
|
||||
const color: string = environment.production ? 'red' : 'green';
|
||||
console.info(`Environment: %c${env}`, `color: ${color}; font-weight: bold;`);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user