Skip to content

Commit

Permalink
Remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
PGarSol committed Sep 15, 2020
1 parent f79798b commit fc304f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion controllers/paymentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

define('__ROOT__', dirname(dirname(__FILE__)));


class WcPagantisGateway extends WC_Payment_Gateway
{
const METHOD_ID = "pagantis";
Expand Down
3 changes: 0 additions & 3 deletions controllers/paymentController4x.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
exit;
}

define('__ROOT__', dirname(dirname(__FILE__)));


class WcPagantis4xGateway extends WC_Payment_Gateway
{
const METHOD_ID = "pagantis4x";
Expand Down
1 change: 0 additions & 1 deletion templates/admin_header.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<img id="pagantis_logo" src="<?php echo esc_url($logo); ?>" />
<h3><?php echo $panel_header; ?></h3>
<p> <?php echo $panel_description; ?></p>
<p><a href="https://bo.pagantis.com" target="_blank" class="button button-primary">
<?php echo $button1_label; ?></a>
Expand Down

0 comments on commit fc304f2

Please sign in to comment.