Turn off debug output in release #56
Labels
No labels
bug
design
duplicate
enhancement
maintenance
prospective
question
todo
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: glen/dyna3#56
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As of #46, the app prototype writes a lot of haphazardly formatted debug output to the browser console. When we release the app live on the web, console output should be restricted to things that users can understand and benefit from.
If we find that certain debug messages are consistently useful during development, we should use Cargo features to hide them in the live release.
If the usefulness of debug messages tends to be transient, we could instead just remove these messages before merging any pull request that will become a release.