Skip to content

Commit

Permalink
Template installer: removed debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Mar 15, 2011
1 parent fd4c543 commit e378f4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ fi

copy_files(){
SRC_DIR="${SCRIPT_DIR}/${1}"
echo ${SRC_DIR}
echo ${2}
rsync -r --exclude=.svn "$SRC_DIR" "$2"
}

Expand Down

0 comments on commit e378f4b

Please sign in to comment.