From 0dd49e0e02f40a1687814f15d4aea55e1cc8411a Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 21 Oct 2008 13:05:42 -0700 Subject: Remove some goofy debugging messages from db-functions Signed-off-by: Aaron Griffin --- db-functions | 2 -- 1 file changed, 2 deletions(-) (limited to 'db-functions') diff --git a/db-functions b/db-functions index 663067e..9df678c 100644 --- a/db-functions +++ b/db-functions @@ -55,10 +55,8 @@ check_pkg_arch () { #check_pkg_arch pkgfile arch return 1 fi if [ "$_arch" = "$2" ]; then - echo "yay" return 0 else - echo "nay" return 1 fi } -- cgit v1.2.3-24-g4f1b