diff --git a/11-development-file.py b/11-development-file.py
deleted file mode 100644
index 42bf496bd4ae1660a695090c8d7b29d337fbadfc..0000000000000000000000000000000000000000
--- a/11-development-file.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import json
-
-with open('ohmpi_param.json') as json_file:
-    pardict = json.load(json_file)
-
-print(pardict.get("nb_electrodes"))
\ No newline at end of file