mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
remove isCI conf var
This commit is contained in:
parent
5dc2cc405f
commit
6778a42d54
1 changed files with 0 additions and 4 deletions
|
|
@ -238,10 +238,6 @@ export class DittoConf {
|
|||
};
|
||||
}
|
||||
|
||||
get isCI() {
|
||||
return this.env.get('CI') === 'true';
|
||||
}
|
||||
|
||||
get logConfig() {
|
||||
const [fmt = 'jsonl', level = 'debug', scopes = ''] = (this.env.get('DEBUG') || '').split(':');
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue