Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeantonopoulos-bcnvisuals committed Jan 8, 2025
1 parent 622fd26 commit ada2f83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/ayon_openrv/addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

OPENRV_ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
DEV_MODE = bool(os.getenv("AYON_USE_DEV"))
if DEV_MODE:
print("DEV MODE IS ON")



class OpenRVAddon(AYONAddon, IHostAddon, IPluginPaths):
name = "openrv"
Expand Down

0 comments on commit ada2f83

Please sign in to comment.