chore: remove prn

pull/3947/head
Tienson Qin 2022-01-19 13:53:34 +08:00
parent da58f57383
commit 3a2724fb4d
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@
db (if (old-schema? attached-db)
(db-migrate/migrate attached-db)
attached-db)]
(prn {:db db})
(conn/reset-conn! db-conn db))
(when logged?
(d/transact! db-conn [(me-tx (d/db db-conn) me)])))]