File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -110,13 +110,11 @@ const RoomsContainer = () => {
110
110
111
111
socket . on ( 'wrong password' , ( ) => {
112
112
setIsPasswordAttemptIncorrect ( false ) ;
113
- console . log ( 'WRONG PASSWORD in client' ) ;
114
113
} ) ;
115
114
116
115
socket . on ( 'correct password' , ( ) => {
117
116
setIsPasswordAttemptIncorrect ( true ) ;
118
117
addNewUserToCollabRoom ( ) ;
119
- console . log ( 'correct in client' ) ;
120
118
} ) ;
121
119
122
120
socket . on ( 'user created a new room' , ( ) => {
@@ -125,7 +123,6 @@ const RoomsContainer = () => {
125
123
126
124
socket . on ( 'room is already taken' , ( ) => {
127
125
setIsCollabRoomTaken ( true ) ;
128
- console . log ( 'room is already taken' ) ;
129
126
} ) ;
130
127
//If you are the host: send current state to server when a new user joins
131
128
socket . on ( 'requesting state from host' , ( callback ) => {
You can’t perform that action at this time.
0 commit comments