X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Futils.py;h=7037404c270e1871eca638709cb83355e26568fc;hp=a56ee3e105536cf8a501453a4a7074fca4545e63;hb=3c5428b13bdf28774922b3abe370f23e3ccc5ead;hpb=e295c659674806cfdb2530b28323318be9ebe616 diff --git a/resources/tools/presentation/utils.py b/resources/tools/presentation/utils.py index a56ee3e105..7037404c27 100644 --- a/resources/tools/presentation/utils.py +++ b/resources/tools/presentation/utils.py @@ -82,10 +82,6 @@ def remove_outliers(input_data, outlier_const): for y in data.tolist(): if quartile_set[0] <= y <= quartile_set[1]: result_lst.append(y) - print(quartile_set) - print(input_data) - print(result_lst) - print("") return result_lst