Skip to content

Commit 00e4a8c

Browse files
Remove unused code
1 parent 89e4e80 commit 00e4a8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Log/Mail.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ public function onPhpbuEnd(Event\App\End $event)
197197
. $info
198198
. $footer
199199
. '</body></html>';
200-
$sent = null;
201200
$state = $result->allOk() ? 'OK' : ($result->backupOkButSkipsOrFails() ? 'WARNING' : 'ERROR');
202201

203202
$this->mailer->Subject = $this->subject . ' [' . $state . ']';

0 commit comments

Comments
 (0)