mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Deleted debugging code.
This commit is contained in:
parent
5c63e04f19
commit
e285f641b4
1 changed files with 0 additions and 6 deletions
6
html.c
6
html.c
|
@ -896,12 +896,6 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size,
|
||||||
|
|
||||||
p_vars = xs_dict_get(req, "p_vars");
|
p_vars = xs_dict_get(req, "p_vars");
|
||||||
|
|
||||||
{
|
|
||||||
xs *j1 = xs_json_dumps_pp(req, 4);
|
|
||||||
printf("%s\n", j1);
|
|
||||||
printf("[%s]\n", p_path);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (p_path && strcmp(p_path, "admin/note") == 0) {
|
if (p_path && strcmp(p_path, "admin/note") == 0) {
|
||||||
/* post note */
|
/* post note */
|
||||||
char *content = xs_dict_get(p_vars, "content");
|
char *content = xs_dict_get(p_vars, "content");
|
||||||
|
|
Loading…
Reference in a new issue