diff --git a/html_md.sh b/html_md.sh
index c82b635d0c2076bb57117f5e9d0cc8d30a12fb22..e81ca68299e2c7d06504484d19614a7d102fe97a 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*" |