Update website_backend.c

This commit is contained in:
TeunBugwood
2023-12-11 13:34:47 +01:00
parent dd176256bb
commit cd2839e6ca

View File

@@ -178,7 +178,6 @@ void httpd_cgi_handler(struct fs_file* file, const char* uri, int num_parm, char
// The given sentence
if (strcmp("vtxt", pc_param[i]) == 0) {
LOG_DEBUG("WBE", "--> %s", pc_value[i]);
wbe_decoding_url(pc_value[i], vtxt);
}