From 435c8a7bc64f12cae5df0f9f368e43ee0c01aefc Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Fri, 6 Mar 2020 14:52:41 -0600 Subject: [PATCH] tiny brain fix --- data analysis/superscript.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/data analysis/superscript.py b/data analysis/superscript.py index 96567948..70edaa92 100644 --- a/data analysis/superscript.py +++ b/data analysis/superscript.py @@ -154,8 +154,6 @@ def simpleloop(data, tests): # expects 3D array with [Team][Variable][Match] variable_data = data[team][variable] if(variable in tests): for test in tests[variable]: - print(team) - print(variable) test_vector[test] = simplestats(variable_data, test) else: pass