Skip to content

Commit

Permalink
remove verbose logging statement to print out file directory for case…
Browse files Browse the repository at this point in the history
…s where it is not provided by user to avoid runtime errors
  • Loading branch information
ashuaibi7 committed Jan 7, 2025
1 parent 44f4344 commit c20aa1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dialect/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def main():
logging.info("Running DIALECT Command Line Interface")
logging.verbose(f"Arguments: {args}")
logging.info(f"Command: {args.command}")
logging.verbose(f"Creating output directory: {args.out}")

if args.command == "generate":
os.makedirs(args.out, exist_ok=True)
Expand Down

0 comments on commit c20aa1a

Please sign in to comment.