summaryrefslogtreecommitdiffstats
path: root/src/core/ephraim.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ephraim.erl')
-rw-r--r--src/core/ephraim.erl7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/core/ephraim.erl b/src/core/ephraim.erl
index c59be72..61387a5 100644
--- a/src/core/ephraim.erl
+++ b/src/core/ephraim.erl
@@ -24,12 +24,7 @@ stop() ->
init() ->
register(ephraim, self()),
- Config = spawn(ephraim_config, init, []),
- % Wait for config process
- receive
- {Config, started} ->
- io:format("Reading config file...~n")
- end,
+ ephraim_config:start_link(),
GUI = spawn(ephraim_gui, init, []),
Conn = spawn(ephraim_conn, init, []),