diff --git a/src/ro_crate.py b/src/ro_crate.py
index ab566123ceb657dbf3a1a5c1aaf2a16b90e919df..6330b41360c657e60d60190a7bd040b159830ede 100644
--- a/src/ro_crate.py
+++ b/src/ro_crate.py
@@ -155,8 +155,5 @@ class RO_Crate:
         self.fill_from_workflow()
         self.dico.pop("temp_directory")
 
-        print(f"{self.workflow.get_output_dir()}/ro-crate-metadata-{self.workflow.get_name()}.json")
-        with open(f"{self.workflow.get_output_dir()}/test.json", 'w') as output_file :
-            json.dump({'test':"test workflow"}, indent=2)
         with open(f"{self.workflow.get_output_dir()}/ro-crate-metadata-{self.workflow.get_name()}.json", 'w') as output_file :
             json.dump(self.dico, output_file, indent=2)
\ No newline at end of file