1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Remove extraneous console.log

This commit is contained in:
Jermolene 2014-10-31 11:33:24 +00:00
parent 31300b6e2e
commit 2e5c01f630

View File

@ -71,7 +71,6 @@ EditCodeMirrorWidget.prototype.render = function(parent,nextSibling) {
// Get the configuration options for the CodeMirror object
var config = $tw.wiki.getTiddlerData(CODEMIRROR_OPTIONS,{}).configuration || {},
editInfo = this.getEditInfo();
console.log("editInfo",editInfo);
if(!("lineWrapping" in config)) {
config.lineWrapping = true;
}