mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-12 09:32:48 +00:00
Remove tzworld loading dynamically
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
aefe9a5f71
commit
7583843176
1 changed files with 0 additions and 3 deletions
|
@ -37,9 +37,6 @@ defmodule Mobilizon do
|
|||
@spec start(:normal | {:takeover, node} | {:failover, node}, term) ::
|
||||
{:ok, pid} | {:ok, pid, term} | {:error, term}
|
||||
def start(_type, _args) do
|
||||
# We update TzWorld at runtime so that the data is not contained in releases
|
||||
TzWorldUpdate.run(nil)
|
||||
|
||||
children =
|
||||
[
|
||||
# supervisors
|
||||
|
|
Loading…
Add table
Reference in a new issue