Remove left-over debug lines.

Remove two lines of code that were commented out and are definitely not used.
This commit is contained in:
Yann E. MORIN" 2009-06-23 22:49:50 +02:00
parent 56a26d84e1
commit 4f48f57e86

View File

@ -46,8 +46,6 @@ for d in \
eval dir="\${CT_${d}_DIR}"
case "${dir}" in
*" "*)
# CT_DoLog ERROR "'CT_${d}_DIR'='${dir}' contains a space in it."
# CT_Abort "Don't use spaces in paths, it breaks things."
CT_Abort "'CT_${d}_DIR'='${dir}' contains a space in it.\nDon't use spaces in paths, it breaks things."
;;
esac