Skip to content

Commit 7b1d780

Browse files
committed
cleanup
1 parent 0b46856 commit 7b1d780

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/php-bufflog/BuffLog.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,6 @@ private function processLog()
135135
});
136136
}
137137

138-
private static function formatLog()
139-
{
140-
try {
141-
$output = json_encode($output, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE);
142-
} catch (Exception $e) {
143-
error_log("can't json_encode your message");
144-
}
145-
}
146-
147138
private static function setVerbosity()
148139
{
149140
$envVerbosity = getenv("LOG_VERBOSITY");

0 commit comments

Comments
 (0)