diff --git a/htdocs/includes/repositories/stationtelemetryunitrepository.class.php b/htdocs/includes/repositories/stationtelemetryunitrepository.class.php deleted file mode 100644 index 0a61658..0000000 --- a/htdocs/includes/repositories/stationtelemetryunitrepository.class.php +++ /dev/null @@ -1,37 +0,0 @@ -getObjectFromSql('select * from station_telemetry_unit where id = ?', [$id]); - } -}