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);