diff --git a/script/local.py b/script/local.py index 0ec92eb..5189eb5 100755 --- a/script/local.py +++ b/script/local.py @@ -131,7 +131,6 @@ def get_plot_snapshots(title = None, file_type = "jpg", temp_path = controller.s file_name = os.path.abspath(temp_path + "/" + p.getTitle() + "." + file_type) p.saveSnapshot(file_name , file_type) ret.append(file_name) - print ret return ret