Skip to content

Commit

Permalink
Remove the logging property from TrueLayer_Payment_Gateway
Browse files Browse the repository at this point in the history
Removing due to it being unused
  • Loading branch information
MichaelBengtsson committed Oct 3, 2023
1 parent f39318f commit a0ed324
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions classes/class-truelayer-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ class TrueLayer_Payment_Gateway extends WC_Payment_Gateway {
*/
public $testmode;

/**
* The plugin logging setting value.
*
* @var string
*/
public $logging;

/**
* Class constructor.
*/
Expand All @@ -56,7 +49,6 @@ public function __construct() {
$this->description = $this->get_option( 'description' );

$this->testmode = $this->get_option( 'testmode' );
$this->logging = $this->get_option( 'logging' );

add_action( 'woocommerce_update_options_payment_gateways_' . $this->id, array( &$this, 'process_admin_options' ) );
add_action(
Expand Down

0 comments on commit a0ed324

Please sign in to comment.