-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove unnecessary logs #927
Conversation
File: packages/restapi/src/lib/alias/getAliasInfo.ts
File: packages/restapi/src/lib/constants.ts
File: packages/restapi/src/lib/pushNotification/pushNotificationBase.ts
File: packages/restapi/src/lib/video/helpers/sendVideoCallNotification.ts
File: packages/restapi/src/lib/userLowLevel/createUserWithProfile.test.ts
All looks good. |
File: packages/restapi/src/lib/alias/getAliasInfo.ts
File: packages/restapi/src/lib/video/helpers/sendVideoCallNotification.ts
File: packages/restapi/tests/lib/userLowLevel/createUserWithProfile.test.ts
|
@@ -69,7 +60,6 @@ export async function join(this: Space) { | |||
|
|||
// if speaker is pending then approve first or if listner is pending/not found then approve first | |||
if (!isSpeaker && !isListner) { | |||
console.log('CALLING APPROVE'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Such good cleanup 🙏
No description provided.