Remove debug log for cooldown
This commit is contained in:
parent
72fd008dfc
commit
2f52a87e2b
1 changed files with 0 additions and 1 deletions
|
@ -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...");
|
||||
|
|
Loading…
Reference in a new issue