remove console.log statement

pull/3697/head
Quincy Larson 2015-10-11 17:05:28 -07:00
parent 1627aa522a
commit 51012bd121
1 changed files with 0 additions and 1 deletions

View File

@ -453,7 +453,6 @@ var editor = (function(CodeMirror, emmetCodeMirror, common) {
common.init.push(function() {
var editorValue;
if (common.codeUri.isAlive()) {
console.log('in query');
editorValue = common.codeUri.parse();
} else {
editorValue = codeStorage.isAlive() ?