mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 05:11:55 +01:00
Revert "[Temp] Force logs"
This reverts commit cacaf7f9f24e5d9475c94804cfc7dd68fa479f65.
This commit is contained in:
parent
237d1e5123
commit
9178524f1a
@ -5,8 +5,7 @@ export const APP_INFO = process.env.APP_INFO || 'Telegram T';
|
||||
|
||||
export const DEBUG = (
|
||||
process.env.APP_ENV !== 'production' && process.env.APP_ENV !== 'perf' && process.env.APP_ENV !== 'test'
|
||||
// Temporary
|
||||
) || true;
|
||||
);
|
||||
export const DEBUG_MORE = false;
|
||||
|
||||
export const IS_TEST = process.env.APP_ENV === 'test';
|
||||
|
Loading…
x
Reference in New Issue
Block a user