Commit 1d1ddcf8 authored by d11e9's avatar d11e9

remove logs

parent a8a879fa
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
var files = getFiles(); var files = getFiles();
for (var x in files) for (var x in files) {
sessions[files[x]] = newEditorSession(files[x]) sessions[files[x]] = newEditorSession(files[x])
editor.setSession( sessions[SOL_CACHE_FILE] ); editor.setSession( sessions[SOL_CACHE_FILE] );
...@@ -378,7 +378,6 @@ ...@@ -378,7 +378,6 @@
function activeFilePos() { function activeFilePos() {
var el = $filesEl.find('.active'); var el = $filesEl.find('.active');
var l = el.position().left; var l = el.position().left;
console.log("active file left", l, el)
return l; return l;
} }
...@@ -416,6 +415,7 @@ ...@@ -416,6 +415,7 @@
// ----------------- version selector------------- // ----------------- version selector-------------
// var soljsonSources is provided by bin/list.js // var soljsonSources is provided by bin/list.js
$('option', '#versionSelector').remove(); $('option', '#versionSelector').remove();
$.each(soljsonSources, function(i, file) { $.each(soljsonSources, function(i, file) {
if (file) { if (file) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment