Skip to content

Commit

Permalink
chore: 不再打印commit time
Browse files Browse the repository at this point in the history
  • Loading branch information
GaiZhenbiao committed Oct 20, 2023
1 parent 2c72b5e commit f9abb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def version_time():
)
commit_time = commit_datetime.strftime("%Y-%m-%dT%H:%M:%SZ")

logging.info(f"commit time: {commit_time}")
# logging.info(f"commit time: {commit_time}")
except Exception:
commit_time = "unknown"
return commit_time
Expand Down

0 comments on commit f9abb09

Please sign in to comment.