diff --git a/src/Actions/CreateRLSPoliciesForTables.php b/src/Actions/CreateRLSPoliciesForTables.php index 9a29eb2d..4c9479fb 100644 --- a/src/Actions/CreateRLSPoliciesForTables.php +++ b/src/Actions/CreateRLSPoliciesForTables.php @@ -58,7 +58,6 @@ class CreateRLSPoliciesForTables DB::statement("ALTER TABLE {$table} FORCE ROW LEVEL SECURITY"); - // $this->components->info("Created RLS policy for table '$table'"); }