Remove groaty logging code
authoradamch <adamch>
Sun, 14 Oct 2007 02:37:06 +0000 (02:37 +0000)
committeradamch <adamch>
Sun, 14 Oct 2007 02:37:06 +0000 (02:37 +0000)
mail.sml

index fc370b8..4695592 100644 (file)
--- a/mail.sml
+++ b/mail.sml
@@ -1,7 +1,7 @@
 structure Mail :> MAIL =
 struct
 
-fun writeToLog s = ignore (OS.Process.system "klist >/tmp/haha")
+fun writeToLog s = ()
     (*let
        val outf = TextIO.openAppend (Init.scratchDir ^ "/log/mail.log")
     in