Skip to content

Commit

Permalink
fix(redbot): don't print
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Feb 3, 2024
1 parent 79b5a97 commit 75acbb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/redbot/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def pgConfig():
def redbotRun(args: list):
runArgs: list = ["", redbotName]
runArgs.extend(args)
print(runArgs)
with patch.object(sys, 'argv', runArgs):
try:
os.environ["XDG_CONFIG_HOME"] = configPath
Expand Down

0 comments on commit 75acbb0

Please sign in to comment.