From 3caf8d05a230b9b87f0a7e03aedfdd36acb1dce1 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Sun, 23 Nov 2025 18:12:33 +0100 Subject: [PATCH] Remove line, this gets bin/setup confused, better to keep the rails output clean --- bin/rails | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/rails b/bin/rails index e644775f8..902357541 100755 --- a/bin/rails +++ b/bin/rails @@ -6,7 +6,5 @@ Fizzy.configure_bundle require_relative "../config/boot" -puts "SaaS version (#{Fizzy.db_adapter})" if Fizzy.saas? - require "rails/commands"