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:
parent
31300b6e2e
commit
2e5c01f630
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user