Browse Source

Don't include observer in example release

Loïc Hoguin 8 years ago
parent
commit
8cd63bc076
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/tcp_echo/relx.config

+ 1 - 1
examples/tcp_echo/relx.config

@@ -1,2 +1,2 @@
-{release, {tcp_echo_example, "1"}, [tcp_echo, observer, wx, runtime_tools]}.
+{release, {tcp_echo_example, "1"}, [tcp_echo]}.
 {extended_start_script, true}.