Comment out sidebar links to unimplemented reports
[bpt/portal.git] / mail.sml
index a06f36c..4695592 100644 (file)
--- a/mail.sml
+++ b/mail.sml
@@ -1,13 +1,13 @@
 structure Mail :> MAIL =
 struct
 
-fun writeToLog s =
-    let
-       val outf = TextIO.openAppend "/home/hcoop/mail.log"
+fun writeToLog s = ()
+    (*let
+       val outf = TextIO.openAppend (Init.scratchDir ^ "/log/mail.log")
     in
        TextIO.output (outf, s);
        TextIO.closeOut outf
-    end
+    end*)
 
 type session = (TextIO.instream, TextIO.outstream) Unix.proc