johnsmith253325 commited on
Commit
f9abb09
·
1 Parent(s): 2c72b5e

chore: 不再打印commit time

Browse files
Files changed (1) hide show
  1. modules/repo.py +1 -1
modules/repo.py CHANGED
@@ -152,7 +152,7 @@ def version_time():
152
  )
153
  commit_time = commit_datetime.strftime("%Y-%m-%dT%H:%M:%SZ")
154
 
155
- logging.info(f"commit time: {commit_time}")
156
  except Exception:
157
  commit_time = "unknown"
158
  return commit_time
 
152
  )
153
  commit_time = commit_datetime.strftime("%Y-%m-%dT%H:%M:%SZ")
154
 
155
+ # logging.info(f"commit time: {commit_time}")
156
  except Exception:
157
  commit_time = "unknown"
158
  return commit_time