Skip to content

Commit

Permalink
Update macros.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Oct 11, 2023
1 parent 422dbbf commit 255146a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnigibson/macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Do not suppress known omni warnings / errors, and also put omnigibson in a debug state
# This includes extra information for things such as object sampling, and also any debug
# logging messages
gm.DEBUG = False
gm.DEBUG = True

# Whether to print out disclaimers (i.e.: known failure cases resulting from Omniverse's current bugs / limitations)
gm.SHOW_DISCLAIMERS = False
Expand Down

0 comments on commit 255146a

Please sign in to comment.