Skip to content
Snippets Groups Projects
Commit 4b60e427 authored by zidane-itb's avatar zidane-itb
Browse files

remove unused log

parent 5c882337
Branches master
No related merge requests found
......@@ -30,7 +30,6 @@ public class PaymentHistoryCacheHelper {
}
public static String formHistoryCacheKey(String initiatorId) {
System.out.println("CACHE KEY: " + "payment-history:"+initiatorId);
return "payment-history:"+initiatorId;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment