Skip to content

Commit 2b47d3a

Browse files
Removed console.log
1 parent 538af30 commit 2b47d3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

public/js/paystack-forms-public.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ function KkdPffPaystackFee() {
191191
$("#pf-total").val(newvalue);
192192
}
193193

194-
console.log(quant);
195194
}
196195
function calculateFees(transaction_amount) {
197196
setTimeout(function() {
@@ -385,7 +384,6 @@ function KkdPffPaystackFee() {
385384
var quantity = data.quantity;
386385
// console.log(firstName+ " - "+lastName);
387386
if (data.plan == "none" || data.plan == "" || data.plan == "no") {
388-
console.log(data)
389387
var handler = PaystackPop.setup(
390388
{
391389
key: kkd_pff_settings.key,

0 commit comments

Comments
 (0)