Skip to content
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

Debug Print Statement Continuously Printing '1' After Successful Subscription #180

Open
ksajan opened this issue Jun 23, 2024 · 1 comment

Comments

@ksajan
Copy link

ksajan commented Jun 23, 2024

Issue Description

Context:

After a successful subscription, a debug print statement continuously prints the number '1' in the console. This behavior appears to be unintended and results in excessive logging, which can clutter the output and make it difficult to track other important logs.

Steps to Reproduce:

Subscribe to the service or feature.
Observe the console output after the subscription is successful.

#####Expected Behavior:
After a successful subscription, the console should not continuously print the number '1'.

#####Actual Behavior:
The console continuously prints the number '1' after a successful subscription.

Impact:

Clutters the console output.
Makes it harder to identify other important logs.
Potentially affects performance due to excessive logging.

Suggested Solution:

Identify and remove or comment out the debug print statement causing the continuous output.

Please address this issue to maintain clean and efficient logging in the application. Thank you!

@ksajan
Copy link
Author

ksajan commented Jun 23, 2024

I have found the issue is coming from here -

print(verification_level_flag)

I have raised a small pr for removing this as well - Pull Request 179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant