Remove print statements

This commit is contained in:
Andrew 2023-01-16 14:30:55 -05:00
parent 1802a7e7ef
commit 2e25ed84c5

View File

@ -463,7 +463,6 @@ class AjaxHandler(BaseHandler):
item_path = self.helper.wtol_path(item)
bu_path = os.path.relpath(item_path, loop_backup_path)
bu_path = os.path.join(new_server_obj.path, bu_path)
print(bu_path)
excluded_dirs.append(bu_path)
self.controller.management.set_backup_config(
new_server_id,
@ -524,7 +523,6 @@ class AjaxHandler(BaseHandler):
item_path = self.helper.wtol_path(item)
bu_path = os.path.relpath(item_path, loop_backup_path)
bu_path = os.path.join(new_server_obj.path, bu_path)
print(bu_path)
excluded_dirs.append(bu_path)
self.controller.management.set_backup_config(
new_server_id,