Remove debug print

This commit is contained in:
southerntofu 2020-04-17 23:42:59 -04:00
parent 0206e19175
commit 065cdffc49
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ for project in $BASEDIR/*.source; do
p_name="$(basename $project .source)"
echo "[$p_name] START"
[ -f $BASEDIR/$p_name.branch ] && p_branch="$(cat $BASEDIR/$p_name.branch)" || p_branch="master"
echo "$branch"
p_dir="$BASEDIR/.$p_name"
if [ ! -d $p_dir ]; then
source="$(cat $BASEDIR/$p_name.source)"