Remove stray sleep from test branch
This commit is contained in:
parent
ab7bffdfa4
commit
d7277adfdb
1 changed files with 0 additions and 1 deletions
1
fetch.sh
1
fetch.sh
|
@ -567,7 +567,6 @@ printf "\n"
|
|||
[ $linewrap == "off" ] && printf '\e[?7h'
|
||||
|
||||
# If w3mimgviewer is found Display the image
|
||||
sleep .02
|
||||
if type -p /usr/lib/w3m/w3mimgdisplay >/dev/null 2>&1; then
|
||||
printf "0;1;$xoffset;$yoffset;$imgsize;$imgsize;;;;;$img\n4;\n3;" |\
|
||||
/usr/lib/w3m/w3mimgdisplay
|
||||
|
|
Loading…
Reference in a new issue