Skip to content

Commit 7dfb0ea

Browse files
committed
cleanup
1 parent 82007fa commit 7dfb0ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/php-bufflog/BuffLog.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public function __construct()
2626
$this->createLogger();
2727
}
2828

29-
3029
public function debug($message)
3130
{
3231
$logOutput = $this->formatLog($message, Logger::DEBUG, $context = [], $extra = []);
@@ -45,7 +44,6 @@ public function warn($message)
4544
$this->getLogger()->warn($logOutput);
4645
}
4746

48-
4947
public function error($message)
5048
{
5149
$logOutput = $this->formatLog($message, Logger::ERROR, $context = [], $extra = []);

0 commit comments

Comments
 (0)