Skip to content

Commit

Permalink
Delete destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mofsy authored and Mofsy committed Jan 16, 2016
1 parent 1deb350 commit b66e292
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions class-wc-webmoney.php
Original file line number Diff line number Diff line change
Expand Up @@ -1338,12 +1338,4 @@ public function send_report_callback()
}
die('error');
}

/**
* Destructor
*/
public function __destruct()
{
$this->logger->addEmergency('Destructor' . PHP_EOL);
}
}

0 comments on commit b66e292

Please sign in to comment.