Skip to content

Commit dd3feeb

Browse files
committed
Remove accidental timing data.
1 parent 0f57e70 commit dd3feeb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

layouts/profile/script.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,6 @@ async function renderProfile() {
18481848
};
18491849

18501850
async function renderTimeline(append = false, sliceAmount = 0) {
1851-
const timer = Date.now();
18521851
let timelineContainer = document.getElementById('timeline');
18531852
if(!append) timelineContainer.innerHTML = '';
18541853
let data = timeline.data.slice(sliceAmount, timeline.data.length);;
@@ -1903,7 +1902,6 @@ async function renderTimeline(append = false, sliceAmount = 0) {
19031902
};
19041903
document.getElementById('loading-box').hidden = true;
19051904
loadingNewTweets = false;
1906-
console.log(`[renderTimeline@profile] Took ${(Date.now() - timer) / 1000}s to complete`)
19071905
return true;
19081906
}
19091907
function renderNewTweetsButton() {

0 commit comments

Comments
 (0)