1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

clean up code

This commit is contained in:
lxsang 2018-10-05 19:05:15 +02:00
parent 89e3d7a3f0
commit c5b385d8b1

View File

@ -688,7 +688,6 @@ dictionary decode_cookie(const char* line)
if(token1 && token && strlen(token) > 0)
{
if(dic == NULL) dic = dict();
LOG("%s: %s\n", token1, token);
dput(dic,token1,strdup(token));
}
}