Remove debug

This commit is contained in:
Lance Pioch 2024-06-15 05:24:57 -04:00
parent bcb7240ed2
commit b47f40bd13

View File

@ -25,8 +25,6 @@ return new class extends Migration
$table->json('ports')->change();
});
dd('works?');
$portMappings = [];
foreach (DB::table('allocations')->get() as $allocation) {
$portMappings[$allocation->server_id][] = "$allocation->ip:$allocation->port";