Oops, remove debug log

This commit is contained in:
TheAMM 2017-05-14 11:25:09 +03:00
parent cf77b03a6f
commit 675edb08c3
1 changed files with 2 additions and 4 deletions

View File

@ -81,9 +81,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
var timedelta = now_timestamp - torrent_timestamp;
target.setAttribute('title', _format_time_difference(timedelta));
var asd = new Date(torrent_timestamp*1000);
console.log(torrent_timestamp, asd);
target.innerText = _format_date(asd);
target.innerText = _format_date(new Date(torrent_timestamp*1000));
}
};
@ -140,4 +138,4 @@ document.addEventListener("DOMContentLoaded", function() {
// bsThemeLink.href = '/static/css/bootstrap.min.css';
// localStorage.setItem('theme', 'light');
// }
// }
// }