사용하지 않는 print 제거

This commit is contained in:
2025-10-03 01:56:55 +09:00
parent c5bc610e2f
commit 06c0374f16

View File

@@ -66,9 +66,6 @@ class ChargeController(
header.split(",")[0].trim() // 첫 번째 값이 클라이언트 IP
}
println(remoteIp)
println(payverseInboundIp)
if (remoteIp != payverseInboundIp) {
throw ResponseStatusException(HttpStatus.NOT_FOUND)
}