mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-07-28 12:09:20 +00:00
remove logs
This commit is contained in:
@@ -1261,11 +1261,9 @@ class Channel extends SnowFlake {
|
||||
for (let i = 0; i <= 50; i++) {
|
||||
if (!m1) {
|
||||
waits.push(this.grabBefore(id));
|
||||
console.log("hi!!!");
|
||||
break;
|
||||
}
|
||||
if ((this.idToNext.has(m1) && !this.idToNext.get(m1)) || this.lastmessage?.id === m1) break;
|
||||
console.log(this.idToNext.has(m1), this.idToNext.get(m1));
|
||||
m1 = this.idToNext.get(m1);
|
||||
}
|
||||
m1 = m.id;
|
||||
|
||||
Reference in New Issue
Block a user