Skip to content

Commit 9d3a439

Browse files
committed
remove console log
1 parent 78aae86 commit 9d3a439

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/fb_whoIsTyping.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export default {
2020
let utf8_str = new TextDecoder("utf-8").decode(achunk.data);
2121

2222
if (utf8_str.includes("updateTypingIndicator")) {
23-
console.log("abc");
2423
try {
2524
let isStartTyping = utf8_str.includes(",true)");
2625
let isStopTyping = utf8_str.includes(",false)");
@@ -36,8 +35,6 @@ export default {
3635
uid
3736
);
3837
window.ufs_whoIsTyping_Cached[uid] = userData;
39-
40-
console.log(userData);
4138
}
4239

4340
let { name, profiePicLarge } = window.ufs_whoIsTyping_Cached[uid];

0 commit comments

Comments
 (0)