From f4865d0b0da4e0fe369b6709e655bd6cf383c148 Mon Sep 17 00:00:00 2001
From: Robert Izzard <r.izzard@surrey.ac.uk>
Date: Thu, 21 Oct 2021 15:46:10 +0100
Subject: [PATCH] remove timing by default

---
 binarycpython/utils/functions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binarycpython/utils/functions.py b/binarycpython/utils/functions.py
index 041da2ea0..ed5e37108 100644
--- a/binarycpython/utils/functions.py
+++ b/binarycpython/utils/functions.py
@@ -2314,7 +2314,7 @@ def load_ensemble(filename,
     # open the file
 
     # load with some info to the terminal
-    print("Loading JSON...",timing)
+    print("Loading JSON...")
 
     # open the ensemble and get the file type
     file_object = open_ensemble(filename)
-- 
GitLab