diff --git a/jass_preprocessing/save_output.py b/jass_preprocessing/save_output.py
index 13798598336edbdd8f711b7f787bd390e53c86c8..de6817896a5f939ce586d4a50d881b8547841fd6 100644
--- a/jass_preprocessing/save_output.py
+++ b/jass_preprocessing/save_output.py
@@ -13,7 +13,6 @@ def save_output_by_chromosome(mgwas, ImpG_output_Folder, my_study):
     print(mgwas_copy.index.unique())
     for chrom in mgwas_copy.index.unique():
         if type(mgwas_copy.loc[chrom]) is pd.core.frame.DataFrame:
-            print(mgwas_copy.loc[chrom])
             mgwas_chr = pd.DataFrame({
                             'rsID': mgwas_copy.loc[chrom].snp_id,
                             'pos': mgwas_copy.loc[chrom].pos,