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

Print statement in code should be removed #9

Open
rduffr opened this issue Apr 18, 2023 · 1 comment
Open

Print statement in code should be removed #9

rduffr opened this issue Apr 18, 2023 · 1 comment

Comments

@rduffr
Copy link

rduffr commented Apr 18, 2023

There is a print(..) statement on line 24 of alert_controller.dart that should be removed. Print statements should not be used in released code.

AlertController._init() {
print("AlertController was created!");
}

@vantuan88291
Copy link
Owner

its would be nice if you have Pull request, thanks.

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

2 participants