fix: 불필요한 print 제거

This commit is contained in:
2025-09-30 18:32:12 +09:00
parent a3d74c0b57
commit 863c285049

View File

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