Remove useless block

This commit is contained in:
Dylan Araps 2016-10-03 18:11:00 +11:00
parent 22ae5a5bba
commit b33cf57c16
1 changed files with 0 additions and 4 deletions

View File

@ -3178,10 +3178,6 @@ main() {
# Reset horizontal cursor position
printf "\033[9999999D"
# Move cursor to top of ascii art
[ "$image" != "ascii" ] && [ "$image" != "off" ] && \
printf "\033[0H"
# Print the info
printinfo
dynamicprompt