1 parent 403dd0c commit 53cae54Copy full SHA for 53cae54
1 file changed
src/utils/settings.js
@@ -110,7 +110,6 @@ const settings = (() => {
110
}
111
112
function buttons(page) {
113
- debug('Settings#buttons');
114
const buttons = [];
115
Object.keys(configs).forEach((key) => {
116
if (key === page) return;
0 commit comments