git.lucas.co / fontpreview
git clone https://git.lucas.co/fontpreview.git

commitcf1cb53d5471769a21c518893d97107e5f73be3c
parentec3fe7bdca
authorSebastian Meisel <[email protected]>
date2020-02-10 08:33
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