-
Notifications
You must be signed in to change notification settings - Fork 23
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
[Suggestion] Debug = false #16
Comments
I'm not sure what you mean? Do you mean if bows detects that you ran |
I try to make it simplier ;) As I tested if you put So, I think that bows should run Or, maybe, bows is bugged and it doesn't work as expected. |
After some investigation I notice that the flag manager is provided by So, this is now something up to you ;) |
Setting |
Have fixed the readme at least: 4c9a832 but yeah, could probably rethink debug = "false" at some point. Would probably mean dropping andlog and just doing that stuff ourselves. |
I'm using this awesome logger and then I realised that I cannot disable the logger setting the flag
localStorage.debug
tofalse
. After the first time you set up this flag totrue
it'll remain until you clear yourlocalStorage
so, I think, that would be nice that thefalse
value just run a simplelocalStorage.removeItem('debug')
.Just saying, nice job by the way.
The text was updated successfully, but these errors were encountered: