Skip to content

Commit

Permalink
refactor: removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nvanheuverzwijn committed Aug 20, 2018
1 parent a7dd61a commit 6e484af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Monolog/Handler/LogdnaHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public function __construct($ingestion_key, $hostname, $level = \Monolog\Logger:
* @param array $record
*/
protected function write(array $record) {
$date = new \DateTime();
$headers = ['Content-Type: application/json'];
$data = $record["formatted"];

Expand Down

0 comments on commit 6e484af

Please sign in to comment.