mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-26 07:02:51 +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
|
// Get the configuration options for the CodeMirror object
|
||||||
var config = $tw.wiki.getTiddlerData(CODEMIRROR_OPTIONS,{}).configuration || {},
|
var config = $tw.wiki.getTiddlerData(CODEMIRROR_OPTIONS,{}).configuration || {},
|
||||||
editInfo = this.getEditInfo();
|
editInfo = this.getEditInfo();
|
||||||
console.log("editInfo",editInfo);
|
|
||||||
if(!("lineWrapping" in config)) {
|
if(!("lineWrapping" in config)) {
|
||||||
config.lineWrapping = true;
|
config.lineWrapping = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user