mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 05:16:23 +00:00
Remove some println's in http impl.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user