diff options
author | Alex Auvolat <alex@adnab.me> | 2018-07-19 17:08:23 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-07-19 17:08:23 +0200 |
commit | 058bab0d7097405126566360308ace986c18ff8e (patch) | |
tree | eaf3ca0d607829af3ad07bdb51bb170b70f8eef5 /lib/application.ex | |
parent | 582f1d65463f8f5cbcc34c6129670b473793c4dd (diff) | |
download | shard-058bab0d7097405126566360308ace986c18ff8e.tar.gz shard-058bab0d7097405126566360308ace986c18ff8e.zip |
Refactoring ; template for block store
Diffstat (limited to 'lib/application.ex')
-rw-r--r-- | lib/application.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/application.ex b/lib/application.ex index 3ba6e12..5262677 100644 --- a/lib/application.ex +++ b/lib/application.ex @@ -19,7 +19,6 @@ defmodule Shard.Application do { DynamicSupervisor, strategy: :one_for_one, name: Shard.DynamicSupervisor }, # Networking - { SNet.Manager, listen_port }, { SNet.TCPServer, listen_port }, # Applications & data store |