aboutsummaryrefslogtreecommitdiff
path: root/Tools/performance_tests/functions_perftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/performance_tests/functions_perftest.py')
-rw-r--r--Tools/performance_tests/functions_perftest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/performance_tests/functions_perftest.py b/Tools/performance_tests/functions_perftest.py
index 0156cbfd0..90e014f88 100644
--- a/Tools/performance_tests/functions_perftest.py
+++ b/Tools/performance_tests/functions_perftest.py
@@ -13,7 +13,6 @@ def scale_n_cell(ncell, n_node):
return ncell_scaled
def store_git_hash(repo_path=None, filename=None, name=None):
- print( repo_path, filename, name )
repo = git.Repo(path=repo_path)
sha = repo.head.object.hexsha
file_handler = open( filename, 'a+' )