mirror of
https://github.com/documize/community.git
synced 2025-07-26 00:29:47 +02:00
removed console.log statements
This commit is contained in:
parent
c5b80071f1
commit
7ad8cd8370
2 changed files with 581 additions and 583 deletions
|
@ -38,7 +38,6 @@ export default Ember.Component.extend({
|
||||||
|
|
||||||
if (item.mode === this.get('codeSyntax')) {
|
if (item.mode === this.get('codeSyntax')) {
|
||||||
this.set('codeSyntax', i);
|
this.set('codeSyntax', i);
|
||||||
console.log(this.get('codeSyntax'));
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
@ -67,7 +66,6 @@ export default Ember.Component.extend({
|
||||||
|
|
||||||
let syntax = this.get("codeSyntax");
|
let syntax = this.get("codeSyntax");
|
||||||
if (is.not.undefined(syntax)) {
|
if (is.not.undefined(syntax)) {
|
||||||
console.log(syntax);
|
|
||||||
CodeMirror.autoLoadMode(editor, syntax.mode);
|
CodeMirror.autoLoadMode(editor, syntax.mode);
|
||||||
editor.setOption("mode", syntax.mode);
|
editor.setOption("mode", syntax.mode);
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue