Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit bf7f138

Browse files
authored
fix: don't enable debug log by default
1 parent f29c608 commit bf7f138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/app/revanced/integrations/settings/SettingsEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public enum SettingsEnum {
7373
MAX_PLAYBACK_BUFFER_AFTER_REBUFFER_INTEGER("revanced_pref_buffer_for_playback_after_rebuffer_ms", 5000),
7474

7575
//ReVanced General Settings
76-
DEBUG_BOOLEAN("revanced_debug_enabled", true),
76+
DEBUG_BOOLEAN("revanced_debug_enabled", false),
7777
USE_DARK_THEME_BOOLEAN("app_theme_dark", false),
7878

7979
//RYD Settings

0 commit comments

Comments
 (0)