diff --git a/src/alokasi-ruangan/alokasi-ruangan.service.ts b/src/alokasi-ruangan/alokasi-ruangan.service.ts
index 93cd45279dd966867a1d38dfd9353a7efe8ddfba..6b93575d90f1d3466f89f5cb3f879e52d9d99ba1 100644
--- a/src/alokasi-ruangan/alokasi-ruangan.service.ts
+++ b/src/alokasi-ruangan/alokasi-ruangan.service.ts
@@ -24,7 +24,6 @@ export class AlokasiRuanganService {
     private dosenBimbinganRepo: Repository<DosenBimbingan>,
   ) {}
 
-  // TODO only show pendaftaran belom lulus?
   async findAll(
     query: GetAllPengajuanSidangReqQueryDto,
   ): Promise<GetAllPengajuanSidangRespDto> {