diff --git a/html_md.sh b/html_md.sh
index 57c5c6385643e86c1dae1b01848541745bd93356..c15bdb1bfdb2c29f6ba49966faa40da105a9144a 100755
--- a/html_md.sh
+++ b/html_md.sh
@@ -1,7 +1,6 @@
 #!/bin/sh
 
 if [ "$1" = "-d" ]; then
-	# delete all .md files
 	if [ "$2" = "-html" ]; then
 		# delete all .html files
 		find . -name "*.ht*" |