Skip to content

Commit

Permalink
Removed useless error_log
Browse files Browse the repository at this point in the history
  • Loading branch information
tbelliard committed Mar 27, 2018
1 parent 14e3237 commit 1734e7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lowcostexpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ public function _refreshLceProducts($shipper_country = null)
}
}
} catch (Exception $e) {
error_log($e->getMessage());
$message = $this->displayError($this->purify($e->getMessage()));
}
return $message;
Expand Down

0 comments on commit 1734e7d

Please sign in to comment.