]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
getmuxlist remove debug lines
authorJaroslav Kysela <perex@perex.cz>
Sat, 6 May 2017 16:47:07 +0000 (18:47 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 12 May 2017 19:43:23 +0000 (21:43 +0200)
support/getmuxlist

index 33b1bdc0841cd190563508cf403ff2a7a4bfe605..999ba3ecaaa21d313bb8799f10aa31990a6b3412 100755 (executable)
@@ -23,10 +23,6 @@ if [ -d "${DIR}/.git" ]; then
       git reset --hard > /dev/null 2>&1 || exit 1
     fi
   fi
-  pwd
-  ls -la *
-  ls -la .git/
-  cat .git/config
   cd "${LAST}" || exit 1
 # Fetch
 elif [ ! -d "${DIR}" ]; then