Skip to content

Commit 46f1e57

Browse files
committed
removed debug timing
1 parent 43cbd77 commit 46f1e57

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

validphys2/src/validphys/scripts/vp_comparefits.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import time
21
import logging
32
import os
43
import sys
@@ -262,11 +261,8 @@ def check_identical_theory_cuts_covmat(self):
262261

263262

264263
def main():
265-
time1 = time.time()
266264
a = CompareFitApp()
267265
a.main()
268-
time2 = time.time()
269-
print("TIME TAKEN: ", time2-time1)
270266

271267

272268
if __name__ == '__main__':

0 commit comments

Comments
 (0)