This commit is contained in:
2023-02-03 20:21:11 +10:00
parent 5da4cca80f
commit 636ff8c4a9

View File

@@ -28,8 +28,6 @@ class LogController extends ApiController
switch (strtolower($name)) {
case 'discord':
$data = [];
// $outputContents = '';
// $errorContents = '';
$log = $request->get('log');
if ($log === null) {