mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-21 04:41:06 -07:00
Remove extraneous console.log
This commit is contained in:
parent
31300b6e2e
commit
2e5c01f630
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue