1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

remove: leftover from http.php

This commit is contained in:
Torsten Dittmann 2023-04-24 13:11:39 +02:00
parent 5ee3c592a4
commit 4ebe485f05

View file

@ -209,7 +209,6 @@ $http->on('start', function (Server $http) use ($payloadSize, $register) {
}
Console::success('[Setup] - Server database init completed...');
var_dump($dbForConsole->find(Database::METADATA));
});
Console::success('Server started successfully (max payload is ' . number_format($payloadSize) . ' bytes)');