mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 11:38:24 -05:00
🔥 removed println
This commit is contained in:
parent
1e82573675
commit
1869e2b160
1 changed files with 0 additions and 2 deletions
|
@ -56,8 +56,6 @@
|
||||||
|
|
||||||
(sq/defquery ::icon-libraries
|
(sq/defquery ::icon-libraries
|
||||||
[{:keys [profile-id team-id]}]
|
[{:keys [profile-id team-id]}]
|
||||||
(println profile-id)
|
|
||||||
(println team-id)
|
|
||||||
(db/with-atomic [conn db/pool]
|
(db/with-atomic [conn db/pool]
|
||||||
(teams/check-read-permissions! conn profile-id team-id)
|
(teams/check-read-permissions! conn profile-id team-id)
|
||||||
(db/query conn [sql:libraries team-id])))
|
(db/query conn [sql:libraries team-id])))
|
||||||
|
|
Loading…
Add table
Reference in a new issue