Skip to content

Commit 5721b52

Browse files
committed
Revert "Testing change to *print-length* for requests"
This reverts commit 0227d30.
1 parent 667286f commit 5721b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/triangulum/handler.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
(let [{:keys [uri request-method params]} request
8888
private-request-keys (or (get-config :server :private-request-keys)
8989
#{:password :passwordConfirmation})
90-
param-str (binding [*print-length -1] (pr-str (apply dissoc params private-request-keys)))]
90+
param-str (pr-str (apply dissoc params private-request-keys))]
9191
(log-str "Request(" (name request-method) "): \"" uri "\" " param-str)
9292
(handler request))))
9393

0 commit comments

Comments
 (0)