]> diplodocus.org Git - nmh/blobdiff - test/mhmail/test-mhmail
Removed temporary printouts.
[nmh] / test / mhmail / test-mhmail
index bd03c780df1d4581d6436e77e830c8cb17db4286..c773c04180637dddb0fd0182654a897ac070013b 100755 (executable)
@@ -17,9 +17,6 @@ fi
 # Find MIME type string, using mimetypeproc if configured with it.
 MIMETYPEPROC=`mhparam mimetypeproc`
 content_type_string() {
-echo $MIMETYPEPROC; $MIMETYPEPROC $1 # temporary, for debugging on OpenBSD
-ls -l dead.letter; /bin/rm -f dead.letter # temporary, for debugging on OpenBSD
-
   if test -z "$MIMETYPEPROC"; then
     echo "text/plain; name=\"`basename $1`\"; charset=\"us-ascii\""
   else