Skip to content

Commit

Permalink
chore: remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshayaFoiger committed Dec 23, 2024
1 parent b54e293 commit bd8d0a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/hyperswitch_interfaces/src/integrity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ impl FlowIntegrity for CaptureIntegrityObject {
.capture_amount
.zip(req_integrity_object.capture_amount)
.map(|(res_amount, req_amount)| {
println!("$$$$ res_amount: {}, req_amount: {}", res_amount, req_amount);
if res_amount != req_amount {
mismatched_fields.push(format_mismatch(
"capture_amount",
Expand Down

0 comments on commit bd8d0a0

Please sign in to comment.