cw_ktv_del_sub removed

This commit is contained in:
7u83 2022-08-14 13:31:05 +02:00
parent e53b7f1142
commit f17496592f
1 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,8 @@ void del_cmd(struct shelldata *sd, const char *str)
{
char key[CW_CFG_MAX_KEY_LEN];
sscanf(str,"%s",key);
cw_ktv_del_sub(sd->update_cfg,key);
stop();
// cw_ktv_del_sub(sd->update_cfg,key);
}