remove console.log

This commit is contained in:
Koen Lageveen 2017-01-20 17:42:19 +01:00
parent e821832284
commit 4c934ef3d5
1 changed files with 0 additions and 1 deletions

View File

@ -441,7 +441,6 @@ function updateGutters(cm) {
}
}
function selectLanguage() {
console.log("lang change " + $("#select_language").val())
editor.setOption("mode", $("#select_language").val().toLowerCase());
}