]> diplodocus.org Git - nmh/blobdiff - test/mhmail/test-mhmail
Removed temporary printouts.
[nmh] / test / mhmail / test-mhmail
index a6a3917633577fbf8cff0bd96a333a56016a9743..c773c04180637dddb0fd0182654a897ac070013b 100755 (executable)
@@ -16,10 +16,7 @@ fi
 
 # Find MIME type string, using mimetypeproc if configured with it.
 MIMETYPEPROC=`mhparam mimetypeproc`
-file -i * # temporary, for debugging on OpenBSD
 content_type_string() {
-echo $1
-echo $MIMETYPEPROC; $MIMETYPEPROC $1 # temporary, for debugging on OpenBSD
   if test -z "$MIMETYPEPROC"; then
     echo "text/plain; name=\"`basename $1`\"; charset=\"us-ascii\""
   else