Commit 271c4082 authored by Bojan Živanović's avatar Bojan Živanović
Browse files

Remove debug line.

parent b8cb7117
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -117,7 +117,6 @@
            });
          } else {
            stripe.handleCardSetup(drupalSettings.commerceStripe.clientSecret, self.cardNumber).then(function (result) {
            debugger;
              if (result.error) {
                // Inform the user if there was an error.
                stripeErrorHandler(result);