mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
Remove some println's in http impl.
This commit is contained in:
parent
c3702f6bbe
commit
a0127130a6
1 changed files with 0 additions and 2 deletions
|
@ -44,7 +44,6 @@
|
|||
|
||||
(defn- translate-response-type
|
||||
[type]
|
||||
(println "translate-response-type" type)
|
||||
(case type
|
||||
:text ResponseType.TEXT
|
||||
:blob ResponseType.BLOB
|
||||
|
@ -63,7 +62,6 @@
|
|||
[{:keys [method url query-string query-params headers body] :as request}
|
||||
{:keys [timeout credentials? response-type]
|
||||
:or {timeout 0 credentials? false response-type :text}}]
|
||||
(println "fetch$1" url)
|
||||
(let [uri (create-url url query-string query-params)
|
||||
headers (if headers (clj->js headers) #js {})
|
||||
method (translate-method method)
|
||||
|
|
Loading…
Add table
Reference in a new issue