@@ -101,7 +101,6 @@ function peertube_import_from_syncthing {
echo 'failed_uploads=0';
echo '';
echo "for video_file in \$search_dir/*; do";
- echo " echo \"\$video_file\"";
echo " if [[ \"\$video_file\" == *'.ogv' || \"\$video_file\" == *'.mp4' || \"\$video_file\" == *'.webm' ]]; then";
echo " cd ${PEERTUBE_DIR} || exit 32468356";
echo " ";