diff --git a/src/graph.py b/src/graph.py
index fe13c4596e42b3665bd6121c0584f9d95bea20f7..f02c48b0cb1aabda2800698d73f31ee92c7e7047 100644
--- a/src/graph.py
+++ b/src/graph.py
@@ -68,8 +68,6 @@ class Graph():
         self.get_graph_wo_branch_operations()
         self.get_graph_wo_operations()
 
-        self.get_graph_wo_operations_mermaid()
-        
         
         #self.networkX_wo_operations = self.get_networkx_graph(self.dico_wo_operation, self.networkX_wo_operations)
         self.dico_flattened["nodes"] = []