2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-10 09:02:13 +00:00

Remove debug print in push-backup

This commit is contained in:
Lev Vereshchagin 2022-02-25 11:50:02 +03:00
parent cea5f5a9ed
commit d5bda7e336

View File

@ -84,5 +84,4 @@ def main(args: List[str]) -> int:
if __name__ == "__main__":
print(sys.argv[1:])
raise SystemExit(main(sys.argv[1:]))