From: David Levine Date: Sun, 22 Dec 2013 22:11:18 +0000 (-0600) Subject: Removed temporary printouts. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/00db7a32b40fa2faad7c30adef98163eb5f6c64c?hp=90f180082f34def5fe465cbfe8f7ee305f873ac7 Removed temporary printouts. --- diff --git a/test/mhmail/test-mhmail b/test/mhmail/test-mhmail index a6a39176..c773c041 100755 --- a/test/mhmail/test-mhmail +++ b/test/mhmail/test-mhmail @@ -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