デバッグ用だと思われる console.log を削除 (MisskeyIO#302)

This commit is contained in:
riku6460 2023-12-29 14:56:47 +09:00 committed by GitHub
parent 091d08321c
commit 9ade4bc326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ class HybridTimelineChannel extends Channel {
if (this.user && note.renoteId && !note.text) {
if (note.renote && Object.keys(note.renote.reactions).length > 0) {
console.log(note.renote.reactionAndUserPairCache);
const myRenoteReaction = await this.noteEntityService.populateMyReaction(note.renote, this.user.id);
note.renote.myReaction = myRenoteReaction;
}