remove uneeded warn

This commit is contained in:
MathMan05 2024-09-14 18:00:31 -05:00
parent aaab591bee
commit 53dee26938
2 changed files with 0 additions and 4 deletions

View file

@ -160,9 +160,6 @@ class Channel extends SnowFlake {
}
else {
if (this.idToNext.has(id)) {
if (!this.messages.has(this.idToNext.get(id))) {
console.error("how did we get here?");
}
return this.idToNext.get(id);
}
else if (this.lastmessage?.id !== id) {