X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Frepo.ex;h=1fca0fccb977ec27af3656d7f6e1c260b75d7399;hb=a079ec3a3cdfd42d2cbd51c7698c2c87828e5778;hp=78711e6ac16eed14696cbb61444dee1f0f0ba59b;hpb=48e0f22ab1127b34a3bb7bcb687c131865ea3680;p=akkoma diff --git a/lib/pleroma/repo.ex b/lib/pleroma/repo.ex index 78711e6ac..1fca0fccb 100644 --- a/lib/pleroma/repo.ex +++ b/lib/pleroma/repo.ex @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2020 Pleroma Authors +# Copyright © 2017-2021 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Repo do @@ -11,8 +11,6 @@ defmodule Pleroma.Repo do import Ecto.Query require Logger - defmodule Instrumenter, do: use(Prometheus.EctoInstrumenter) - @doc """ Dynamically loads the repository url from the DATABASE_URL environment variable.