Skip to content

Commit

Permalink
Remove logging call added in last commit.
Browse files Browse the repository at this point in the history
This is called before the logging is set up so it messes up some things.
  • Loading branch information
comfyanonymous committed Jan 29, 2025
1 parent 222f48c commit 6ff2e4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion folder_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# --base-directory - Resets all default paths configured in folder_paths with a new base path
if args.base_directory:
base_path = os.path.abspath(args.base_directory)
logging.info(f"Setting base directory to: {base_path}")
else:
base_path = os.path.dirname(os.path.realpath(__file__))

Expand Down

0 comments on commit 6ff2e4d

Please sign in to comment.