mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +01:00
clean up code
This commit is contained in:
parent
89e3d7a3f0
commit
c5b385d8b1
@ -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));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user