From b28e183f95b0fbd17a0ddc155606fcfb6fab6eec Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sun, 2 Apr 2023 16:53:30 +1200 Subject: [PATCH] Remove obsolete dev function --- client/homebrew/editor/snippetbar/snippetbar.jsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 7e866cd5b..d5c2e8c7a 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -102,14 +102,6 @@ const Snippetbar = createClass({ }); }, - selectTheme : function(){ - console.log('select theme'); - console.log(global.config); - const editorTheme = window.prompt('Enter theme name:', 'default'); - if(!editorTheme) return; - this.props.updateEditorTheme(editorTheme); - }, - changeTheme : function(e){ this.props.updateEditorTheme(e.target.value);