changeset 2556:d07cf8e01d51

Remove this debug output on startup
author Chris Cannam
date Thu, 11 Jun 2020 15:33:09 +0100
parents 19effcb6b21c
children 5a397accaf59
files deploy/linux/AppRun
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/linux/AppRun	Thu Jun 11 14:42:20 2020 +0100
+++ b/deploy/linux/AppRun	Thu Jun 11 15:33:09 2020 +0100
@@ -6,8 +6,6 @@
     *) mydir="$PWD/$mydir";;
 esac
 
-echo "AppImage root is $mydir"
-
 PATH="$mydir/usr/bin:$mydir/bin:$PATH"
 export PATH