mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-24 15:51:30 +00:00
Remove extraneous console.log
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user