Skip to content

Commit 1c77c05

Browse files
committed
chore: remove console.log
1 parent a40a3b6 commit 1c77c05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/store/apis/queries/selectMessagesForChannels.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export const selectMessagesForChannels = async (
4242
ORDER BY cast(strftime('%s', a.createdAt) AS INTEGER) ASC`,
4343
cids,
4444
);
45-
console.log(result);
4645

4746
return result.map((r) => JSON.parse(r.value));
4847
};

0 commit comments

Comments
 (0)