Skip to content

Commit efbfa30

Browse files
author
Piotr
committed
console.log removed
1 parent 517ee32 commit efbfa30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ const tryAddMessage = (msgs: Message[], settings: Settings): Message[] => {
115115
116116
const addMessages = (msgs: Message[]): Message[] => {
117117
//filter rows that are already present
118-
console.log(Object.keys(store.rowsIds).length)
119118
msgs = msgs.filter(msg => {
120119
// remove messags that are older than the first message in a table
121120
if (store.rows.length > 0 && msg.ts < store.rows[0].msg.ts) {

0 commit comments

Comments
 (0)