Skip to content

Commit 79c6d83

Browse files
authored
docs(pdk) small consistency change to kong.log.inspect (Kong#6988)
Made log.inspect consistent with the other functions documented here
1 parent 6e39ae1 commit 79c6d83

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

kong/pdk/log.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,6 @@ end
369369
-- via `kong.log.inspect.off()`, then this function prints nothing, and is
370370
-- aliased to a "NOP" function in order to save CPU cycles.
371371
--
372-
-- ``` lua
373-
-- kong.log.inspect("...")
374-
-- ```
375-
--
376372
-- This function differs from `kong.log()` in the sense that arguments will be
377373
-- concatenated with a space(`" "`), and each argument will be
378374
-- "pretty-printed":

0 commit comments

Comments
 (0)