diff options
author | Esteban Carnevale <alfplayer@mailoo.org> | 2014-11-07 14:10:22 -0300 |
---|---|---|
committer | Esteban Carnevale <alfplayer@mailoo.org> | 2014-11-07 14:10:22 -0300 |
commit | 8b35504ee44b5f61c42732f986da4ee2c585def9 (patch) | |
tree | ec79f18873a3e016dd2715e9e88372170a75af6c /parabola-mirror-repos | |
parent | c86431b6dfaf04b56adda6efea9f4fc2fa91c7e5 (diff) |
parabola-mirror-repos: Remove commented code
Diffstat (limited to 'parabola-mirror-repos')
-rwxr-xr-x | parabola-mirror-repos | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/parabola-mirror-repos b/parabola-mirror-repos index 285b14e..fe629f5 100755 --- a/parabola-mirror-repos +++ b/parabola-mirror-repos @@ -405,8 +405,6 @@ if [[ ${leave_tmp} == 0 ]] ; then # Create symlink if [[ ${date_exact} ]] ; then - #echo " => Creating symlink ${local_dir}-${date_exact} to ${current_component}" - #ln -s ${current_component}-"${date_exact}" ${local_dir}-"${date_exact}" echo " => Creating symlink ${local_dir} to ${project}-${date_exact}" ln -s ${project}-"${date_exact}" ${local_dir} else |