aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/repo.ex
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2021-03-17 18:19:11 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2021-03-17 18:19:11 +0300
commit441443ace24ea4e4050906d4a92a396aada81836 (patch)
tree2d80279e7868c7af95308435a0c4bb958d93ad71 /lib/pleroma/repo.ex
parent30d3127c8b3c44218fbcb5802e08f75332fb053b (diff)
downloadpleroma-feature/installer.tar.gz
Diffstat (limited to 'lib/pleroma/repo.ex')
-rw-r--r--lib/pleroma/repo.ex2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pleroma/repo.ex b/lib/pleroma/repo.ex
index b8ea06e33..61b64ed3e 100644
--- a/lib/pleroma/repo.ex
+++ b/lib/pleroma/repo.ex
@@ -8,8 +8,6 @@ defmodule Pleroma.Repo do
adapter: Ecto.Adapters.Postgres,
migration_timestamps: [type: :naive_datetime_usec]
- use Ecto.Explain
-
import Ecto.Query
require Logger