Remove console.log

This commit is contained in:
simurai 2019-02-13 16:46:47 +09:00
parent 4abfa5fd0a
commit 2aef2daa25

View File

@ -21,8 +21,6 @@ class GrammarListView {
div.classList.add('pull-right')
if (grammar.constructor.name === "TreeSitterGrammar") {
console.log("TS", grammar)
const parser = document.createElement('span')
parser.classList.add('grammar-selector-parser', 'badge', 'badge-success')
parser.textContent = 'Tree-sitter'