bup: remove debug output

master
Adam Vandenberg 2013-06-24 10:56:05 -07:00
parent 267b433689
commit 6193b3fb98
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ class Bup < Formula
def install
python do
ohai ENV['PATH']
system "./configure", "--prefix=#{prefix}"
system "make"
end