0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

Remove dbg msg.

This commit is contained in:
Andrey Antukh 2016-03-30 21:07:18 +03:00
parent 84f90613ce
commit 3875780440

View file

@ -47,7 +47,6 @@
(let [params {:username username
:password password
:scope "webapp"}]
(println "login:params:" params)
(->> (rp/do :login params)
(rx/map :payload)
(rx/map logged-in)