Skip to content

Commit

Permalink
fix: don't enable debug log by default
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP committed Jul 7, 2022
1 parent f29c608 commit bf7f138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public enum SettingsEnum {
MAX_PLAYBACK_BUFFER_AFTER_REBUFFER_INTEGER("revanced_pref_buffer_for_playback_after_rebuffer_ms", 5000),

//ReVanced General Settings
DEBUG_BOOLEAN("revanced_debug_enabled", true),
DEBUG_BOOLEAN("revanced_debug_enabled", false),
USE_DARK_THEME_BOOLEAN("app_theme_dark", false),

//RYD Settings
Expand Down

0 comments on commit bf7f138

Please sign in to comment.