aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/echo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/echo.c b/examples/echo.c
index c93a897..ae95aa1 100644
--- a/examples/echo.c
+++ b/examples/echo.c
@@ -83,9 +83,6 @@ void response(struct magi_request *r)
printf("<h2>Cookies:</h2>");
list_cookies(r);
- printf("<h2>Parameters:</h2>");
- list_params(r->meta);
-
printf("<h2>URL Parameters:</h2>");
list_params(r->head);