Remove useless sleep instruction in example panel

I mis-interpreted a personal problem as general.
This commit is contained in:
Bastien Dejean 2013-11-07 21:07:58 +01:00
parent 40f7a438a6
commit a25b480a3d

View file

@ -7,8 +7,6 @@ fi
trap 'trap - TERM; kill 0' INT TERM QUIT EXIT
sleep 0.1
flavor=${1:-bar}
[ -e "$PANEL_FIFO" ] && rm "$PANEL_FIFO"