Remove debug log for cooldown

This commit is contained in:
Sebastian Wolf 2020-12-28 19:40:27 +01:00
parent 72fd008dfc
commit 2f52a87e2b
No known key found for this signature in database
GPG key ID: CEA9522B5F38A90A

View file

@ -907,7 +907,6 @@ Page {
}
onContentYChanged: {
Debug.log("In Cooldown: " + chatView.inCooldown);
if (!chatPage.loading && !chatView.inCooldown) {
if (chatView.indexAt(chatView.contentX, chatView.contentY) < 10) {
Debug.log("[ChatPage] Trying to get older history items...");