Skip to content

How to turn this off? #220

Closed Answered by aevyrie
PatrickChodowski asked this question in Q&A
Discussion options

You must be logged in to vote

This is the debug plugin feature:

"debug",

You can turn this off by either:

  • Disabling the default features, and only pulling in the features you want. Doing it this way will mean you will not need to compile anything you don't use.
  • Adding the DefaultPickingPlugins, then disabling DebugPickingPlugin:
.add_plugins(
    DefaultPickingPlugins.build()
        .disable::<DebugPickingPlugin>()
)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by PatrickChodowski
Comment options

You must be logged in to vote
1 reply
@aevyrie
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants