diff --git a/analysis/topeft_run2/run_analysis.py b/analysis/topeft_run2/run_analysis.py index 99b6319d..71912208 100644 --- a/analysis/topeft_run2/run_analysis.py +++ b/analysis/topeft_run2/run_analysis.py @@ -223,7 +223,6 @@ def LoadJsonToSampleName(jsonFile, prefix): # Extract the list of all WCs, as long as we haven't already specified one. if len(wc_lst) == 0: - print("WARNING: specify an ordered list of wcs for scalings, otherwise the order would be arbitrary.") for k in samplesdict.keys(): for wc in samplesdict[k]['WCnames']: if wc not in wc_lst: