mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove print statements
This commit is contained in:
parent
1802a7e7ef
commit
2e25ed84c5
@ -463,7 +463,6 @@ class AjaxHandler(BaseHandler):
|
|||||||
item_path = self.helper.wtol_path(item)
|
item_path = self.helper.wtol_path(item)
|
||||||
bu_path = os.path.relpath(item_path, loop_backup_path)
|
bu_path = os.path.relpath(item_path, loop_backup_path)
|
||||||
bu_path = os.path.join(new_server_obj.path, bu_path)
|
bu_path = os.path.join(new_server_obj.path, bu_path)
|
||||||
print(bu_path)
|
|
||||||
excluded_dirs.append(bu_path)
|
excluded_dirs.append(bu_path)
|
||||||
self.controller.management.set_backup_config(
|
self.controller.management.set_backup_config(
|
||||||
new_server_id,
|
new_server_id,
|
||||||
@ -524,7 +523,6 @@ class AjaxHandler(BaseHandler):
|
|||||||
item_path = self.helper.wtol_path(item)
|
item_path = self.helper.wtol_path(item)
|
||||||
bu_path = os.path.relpath(item_path, loop_backup_path)
|
bu_path = os.path.relpath(item_path, loop_backup_path)
|
||||||
bu_path = os.path.join(new_server_obj.path, bu_path)
|
bu_path = os.path.join(new_server_obj.path, bu_path)
|
||||||
print(bu_path)
|
|
||||||
excluded_dirs.append(bu_path)
|
excluded_dirs.append(bu_path)
|
||||||
self.controller.management.set_backup_config(
|
self.controller.management.set_backup_config(
|
||||||
new_server_id,
|
new_server_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user