mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-23 22:15:43 +08:00
Remove WIP print statement
This commit is contained in:
parent
290a74cb97
commit
38547f9e3b
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ def is_enabled() -> bool:
|
|||
def get_current_version() -> Optional[CurrentVersion]:
|
||||
try:
|
||||
path = os.path.join(config_dict["upgrades"]["data_root"], "VERSION")
|
||||
print(path)
|
||||
if os.path.isfile(path):
|
||||
with open(path, "r") as fh:
|
||||
ver = fh.readline()
|
||||
|
|
Loading…
Reference in a new issue