diff --git a/rnex-core/src/nex/user.rs b/rnex-core/src/nex/user.rs index 781ca7b..995d40d 100644 --- a/rnex-core/src/nex/user.rs +++ b/rnex-core/src/nex/user.rs @@ -444,7 +444,6 @@ impl MatchmakeExtension for User { str_param: String, ) -> Result<(), ErrorCode> { let recpipent = param_2; - println!("attempt to reach: {}", recpipent); let Some(user) = self .matchmake_manager .users_by_pid @@ -455,6 +454,7 @@ impl MatchmakeExtension for User { else { return Err(ErrorCode::Core_InvalidArgument); }; + println!("notif ty : {}", ty); match ty { REQUEST_JOIN_GATHERING => { user.remote