Skip to content

Commit

Permalink
removed a print
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbr70 committed Apr 20, 2017
1 parent 9ed6c73 commit af92e24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sandbox_scripts/helpers/Networking/save_restore_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def __init__(self, sandbox):
def load_config(self, config_stage, config_type, restore_method="Override", config_set_name='', ignore_models=None,
write_to_output=True, remove_temp_files = False, in_teardown_mode = False,use_Config_file_path_attr = False):
#TODO:parallel both vms and resources
print "L16 save_restore_mgr.py"
self.networking_save_restore.load_config(config_stage=config_stage,
config_type=config_type,
restore_method=restore_method,
Expand Down

0 comments on commit af92e24

Please sign in to comment.