diff --git a/modules/uc_recurring_hosted/uc_recurring_hosted.module b/modules/uc_recurring_hosted/uc_recurring_hosted.module
index 59dc3c8..b73b77b 100644
--- a/modules/uc_recurring_hosted/uc_recurring_hosted.module
+++ b/modules/uc_recurring_hosted/uc_recurring_hosted.module
@@ -1330,13 +1330,6 @@ function uc_recurring_hosted_paypal_wpp_profile_creation_form_submit($form, &$fo
   if($result){
     db_query("UPDATE {uc_recurring_users} SET billing_assigned = 1 WHERE rfid = %d",$fee->rfid);
 
-    //check if periods to charge
-    if($periods_past_due > 0){
-      $amount = $fee->fee_amount * $periods_past_due;
-      $data['txn_type'] = UC_CREDIT_AUTH_CAPTURE;
-      uc_recurring_fee_user_save($fee);
-    }
-
     $cc_data = array(
       'cc_number' => substr($order->payment_details['cc_number'], -4),
       'cc_exp_month' => $order->payment_details['cc_exp_month'],
