From 12c454822aff7320cee503c0708d30a99f4a0e0c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 7 Aug 2017 11:16:36 +0100 Subject: sandbox: stop printing message. We’re always using the sandbox where possible now so this is just noise for the vast majority of our users. --- Library/Homebrew/cmd/postinstall.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/postinstall.rb b/Library/Homebrew/cmd/postinstall.rb index f5d091227..02fd8a5f6 100644 --- a/Library/Homebrew/cmd/postinstall.rb +++ b/Library/Homebrew/cmd/postinstall.rb @@ -29,8 +29,6 @@ module Homebrew args << "--devel" end - Sandbox.print_sandbox_message if Sandbox.formula?(formula) - Utils.safe_fork do if Sandbox.formula?(formula) sandbox = Sandbox.new -- cgit v1.2.3