Commit 1d1ddcf8 authored by d11e9's avatar d11e9

remove logs

parent a8a879fa
......@@ -123,7 +123,7 @@
var files = getFiles();
for (var x in files)
for (var x in files) {
sessions[files[x]] = newEditorSession(files[x])
editor.setSession( sessions[SOL_CACHE_FILE] );
......@@ -378,7 +378,6 @@
function activeFilePos() {
var el = $filesEl.find('.active');
var l = el.position().left;
console.log("active file left", l, el)
return l;
}
......@@ -416,6 +415,7 @@
// ----------------- version selector-------------
// var soljsonSources is provided by bin/list.js
$('option', '#versionSelector').remove();
$.each(soljsonSources, function(i, 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