Skip to content

Commit

Permalink
chore(electric): Remove misleading log entry (#694)
Browse files Browse the repository at this point in the history
This looks more like leftover debug info. Definitely shouldn't be an
info-level log.
  • Loading branch information
alco authored Nov 23, 2023
1 parent cf0f096 commit db9c2e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/electric/lib/electric/postgres/schema/update.ex
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ defmodule Electric.Postgres.Schema.Update do
end

defp do_update(%Pg.CreateStmt{} = action, schema, opts) do
%{relation: name} = action
Logger.info("CREATE TABLE #{name.relname} (...)")

table = AST.create(action, opts)

schema = %{schema | tables: schema.tables ++ [table]}
Expand Down

0 comments on commit db9c2e2

Please sign in to comment.