Skip to content

Commit

Permalink
Set debug by default to False
Browse files Browse the repository at this point in the history
  • Loading branch information
Griperis committed Feb 3, 2022
1 parent 67e9bd9 commit 4c07e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_vis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class DV_Preferences(bpy.types.AddonPreferences):

debug: bpy.props.BoolProperty(
name='Toggle Debug Options',
default=True
default=False
)

show_data_examples: bpy.props.BoolProperty(
Expand Down

0 comments on commit 4c07e4a

Please sign in to comment.