X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpleroma%2Frepo.ex;h=1fca0fccb977ec27af3656d7f6e1c260b75d7399;hb=18bf82d7479b0bb767a657e1b7447529f9c2884f;hp=61b64ed3ef997263ef0cb3a6ad0c6cbe275588ca;hpb=8f88a90ca3f2f2c7c341126f6816db9667664ea7;p=akkoma diff --git a/lib/pleroma/repo.ex b/lib/pleroma/repo.ex index 61b64ed3e..1fca0fccb 100644 --- a/lib/pleroma/repo.ex +++ b/lib/pleroma/repo.ex @@ -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.