Skip to content

Commit

Permalink
fix: 불필요한 출력문 삭제 (#63) (KAN-114)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywonchae1 committed Nov 1, 2024
1 parent 026fb07 commit 480b759
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public void deleteById(Long userId, Long cctvId) {
kvsClient.deleteSignalingChannel(cctv.kvsChannelName());
// 2. CCTV 테이블에서 삭제
cctvRepository.deleteById(cctvId);
System.out.println("HWEHREWR");
// 3. Device 테이블에서 삭제
deviceRepository.deleteById(cctv.deviceId());
}
Expand Down

0 comments on commit 480b759

Please sign in to comment.