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

Empty MsgBox & excessive ConsoleWrite calls #600

Closed
seadoggie01 opened this issue Sep 4, 2021 · 0 comments
Closed

Empty MsgBox & excessive ConsoleWrite calls #600

seadoggie01 opened this issue Sep 4, 2021 · 0 comments

Comments

@seadoggie01
Copy link

ConsoleWrite(TimerDiff($aArray[2]) & @CRLF)

MsgBox(0, "", 1)

It looks like these might be left over from some debugging checks. You might consider using a custom debugging include to avoid things like this getting into production. For example wrap my them in a __MsgBox/__ConsoleWrite function and check a global variable before actually calling the function.

I can submit a PR for this, if you'd like.

@rcmaehl rcmaehl closed this as completed in 6d1d17c Sep 7, 2021
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