git clone https://git.lucas.co/fontpreview.git
ISSUE #7: Removed obsolete code line, use for debugging, that causes unwanted messages.
fontpreview | 1 -
1 file changed, 1 deletion(-)
diff --git a/fontpreview b/fontpreview
index 089fce0..2110ad0 100755
--- a/fontpreview
+++ b/fontpreview
@@ -127,7 +127,6 @@ main(){
# Check for crashes of sxvi
elif [ -f $PIDFILE ] ; then
PID=$(cat $PIDFILE)
- ls -1 /proc/$PID >&2
if [ ! -e /proc/$PID ] ; then
echo "Restart sxvi - You maybe using a obsolete version. " >&2
# Display the font preview using sxiv