소스 검색

Remove debugging message

h3o66 11 년 전
부모
커밋
c710bed3cf
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      functions/fn_content_gmod

+ 0 - 2
functions/fn_content_gmod

@@ -34,8 +34,6 @@ elif [ "$parm_action" == "validate" ]; then
 	installcontent=3
 else
 	usage_content
-	#For debugging
-	echo "$parm_action $parm_type $rootdir"
 	exit 1
 fi