Skip to content

Commit

Permalink
Remove unneeded validate code
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Apr 3, 2024
1 parent 5ae31ce commit 7474b87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tljh/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,6 @@ def main(argv=None):

args = argparser.parse_args(argv)

if args.validate == None:
args.validate = True

if args.action == "show":
show_config(args.config_path)
elif args.action == "set":
Expand Down

0 comments on commit 7474b87

Please sign in to comment.