remove console.log statement
This commit is contained in:
@ -453,7 +453,6 @@ var editor = (function(CodeMirror, emmetCodeMirror, common) {
|
|||||||
common.init.push(function() {
|
common.init.push(function() {
|
||||||
var editorValue;
|
var editorValue;
|
||||||
if (common.codeUri.isAlive()) {
|
if (common.codeUri.isAlive()) {
|
||||||
console.log('in query');
|
|
||||||
editorValue = common.codeUri.parse();
|
editorValue = common.codeUri.parse();
|
||||||
} else {
|
} else {
|
||||||
editorValue = codeStorage.isAlive() ?
|
editorValue = codeStorage.isAlive() ?
|
||||||
|
Reference in New Issue
Block a user