summaryrefslogtreecommitdiff
path: root/src/main.mlton.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.mlton.sml')
-rw-r--r--src/main.mlton.sml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.mlton.sml b/src/main.mlton.sml
index 8e70e398..bb5d2166 100644
--- a/src/main.mlton.sml
+++ b/src/main.mlton.sml
@@ -441,8 +441,7 @@ val () = (Globals.setResetTime ();
wrs = [Socket.sockDesc sock],
exs = [],
timeout = SOME (Time.fromSeconds 1)}))) then
- (TextIO.print "Using daemon\n";
- app (fn arg => send (sock, arg ^ "\n")) args;
+ (app (fn arg => send (sock, arg ^ "\n")) args;
send (sock, "\n");
OS.Process.exit (wait ()))
else