사용하지 않는 print 제거
This commit is contained in:
@@ -66,9 +66,6 @@ class ChargeController(
|
||||
header.split(",")[0].trim() // 첫 번째 값이 클라이언트 IP
|
||||
}
|
||||
|
||||
println(remoteIp)
|
||||
println(payverseInboundIp)
|
||||
|
||||
if (remoteIp != payverseInboundIp) {
|
||||
throw ResponseStatusException(HttpStatus.NOT_FOUND)
|
||||
}
|
||||
|
Reference in New Issue
Block a user