From 0b44acfc457cd954297d36851c712f0149851699 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 25 May 2015 01:11:21 -0600 Subject: db-update: Remove debug code --- db-update | 5 ----- 1 file changed, 5 deletions(-) diff --git a/db-update b/db-update index 0a46128..3b63708 100755 --- a/db-update +++ b/db-update @@ -3,11 +3,6 @@ . "$(dirname "$(readlink -e "$0")")/config" . "$(dirname "$(readlink -e "$0")")/db-functions" -if [[ $STAGING = *luke* ]]; then - set -x - PKGEXT='.pkg.tar.?z' -fi - if [ $# -ge 1 ]; then warning "Calling %s with a specific repository is no longer supported" "${0##*/}" exit 1 -- cgit v1.2.3