Revert "[Temp] Force logs"

This reverts commit cacaf7f9f24e5d9475c94804cfc7dd68fa479f65.
This commit is contained in:
Alexander Zinchuk 2021-06-11 02:44:20 +03:00
parent 237d1e5123
commit 9178524f1a

View File

@ -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';