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