]> diplodocus.org Git - nmh/commitdiff
Removed temporary printouts.
authorDavid Levine <levinedl@acm.org>
Sun, 22 Dec 2013 22:11:18 +0000 (16:11 -0600)
committerDavid Levine <levinedl@acm.org>
Sun, 22 Dec 2013 22:11:18 +0000 (16:11 -0600)
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