From b66e2928b7721406c817a28031ed5c65bb6c1bac Mon Sep 17 00:00:00 2001 From: Mofsy Date: Sat, 16 Jan 2016 13:51:10 +0300 Subject: [PATCH] Delete destructor --- class-wc-webmoney.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/class-wc-webmoney.php b/class-wc-webmoney.php index af9b16b..205115b 100644 --- a/class-wc-webmoney.php +++ b/class-wc-webmoney.php @@ -1338,12 +1338,4 @@ public function send_report_callback() } die('error'); } - - /** - * Destructor - */ - public function __destruct() - { - $this->logger->addEmergency('Destructor' . PHP_EOL); - } } \ No newline at end of file