Skip to content

Commit 5f129d2

Browse files
authored
home-communication.jsx -- remove annoying logs and errors P1
1 parent 4e8eb87 commit 5f129d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/containers/home-communication.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ class HomeCommunication extends React.Component {
5151
}
5252
if (!data.type) return;
5353
if (!data.packet) return;
54-
console.log(data);
55-
54+
5655
switch (data.type) {
5756
case 'login': {
5857
if (data.packet.loggedIn !== true) return;

0 commit comments

Comments
 (0)