diff --git a/cami_src/cami_suite.py b/cami_src/cami_suite.py
index 4825d6261b9f7280bd17d38c8c225a9ab085e8c2..7047a99bc0e1175fc63a4f9ba5b058b3f3936ae7 100644
--- a/cami_src/cami_suite.py
+++ b/cami_src/cami_suite.py
@@ -396,7 +396,7 @@ class cami():
             all_vertices = cami_vertices.union(putative_vertices)
             for vertex in all_vertices:
                 outputfile.write(f'{gene_name_map[vertex]}\t{codes2tools[vertex]}\t{cami_scores[vertex]}\t{str(vertex)}\t{vertex.out_degree()}\n')
-        print(f'saved all predictions by the used tools in: {self.output_dir}/all_predictions_{self.uid}.tsv')
+        if self.debug: print(f'saved all predictions by the used tools in: {self.output_dir}/all_predictions_{self.uid}.tsv')
 
         # save the predictions made by cami
         ncbi_url = ('\tncbi_url' if self.ncbi else '')