Skip to content

Commit

Permalink
removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
im-vedant committed Dec 22, 2024
1 parent 679fc49 commit 01c430a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/eslint_disable_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def main():
SystemExit: If an error occurs during execution.
"""
args = arg_parser_resolver()
print(f"Checking directories: {args.directory}")
# Check eslint in the specified directory
eslint_found = check_eslint(args.directory)

Expand Down

0 comments on commit 01c430a

Please sign in to comment.