diff --git a/src/App.js b/src/App.js
index 5dfa6fd..a6613fa 100644
--- a/src/App.js
+++ b/src/App.js
@@ -92,15 +92,8 @@ function handleRoomSelected(id)
export default function App() {
const [selectedRoom, setSelectedRoom] = React.useState(null);
- function selectAmphiB() {
- setSelectedRoom("salle-M-GN1-3-av");
- }
-
return <>