--- trunk/installer-simple/functions/common-dialogs.sh 2014/01/08 12:11:44 2487 +++ trunk/installer-simple/functions/common-dialogs.sh 2014/01/08 12:13:30 2488 @@ -31,7 +31,6 @@ [[ -z ${OK_LABEL} ]] && OK_LABEL="Next" - echo "DEBUG: paused" >&2; read dialog \ --colors \ --title "${header}" \ @@ -65,7 +64,6 @@ [[ -z ${height} ]] && height=3 [[ -z ${width} ]] && width=70 - echo "DEBUG: paused" >&2; read dialog \ --colors \ --title "${header}" \ @@ -98,7 +96,6 @@ [[ -z ${height} ]] && height=0 [[ -z ${width} ]] && width=0 - echo "DEBUG: paused" >&2; read dialog \ --stdout \ --colors \ @@ -132,7 +129,6 @@ [[ -z ${height} ]] && height=0 [[ -z ${width} ]] && width=0 - echo "DEBUG: paused" >&2; read dialog \ --stdout \ --colors \ @@ -177,7 +173,6 @@ [[ -z ${OK_LABEL} ]] && OK_LABEL="Next" [[ -z ${CANCEL_LABEL} ]] && CANCEL_LABEL="Back" - echo "DEBUG: paused" >&2; read eval dialog \ --stdout \ --colors \ @@ -215,7 +210,6 @@ [[ -z ${height} ]] && height=0 [[ -z ${width} ]] && width=70 - echo "DEBUG: paused" >&2; read dialog \ --colors \ --title "${header}" \ @@ -248,7 +242,6 @@ [[ -z ${height} ]] && height=0 [[ -z ${width} ]] && width=0 - echo "DEBUG: paused" >&2; read dialog \ --colors \ --title "${header}" \