Removes commented code

pull/323/head
Frederic-Philippe Metz 9 years ago
parent 5508040e04
commit 279e5fa36e

@ -2041,8 +2041,6 @@ void redis_update_onekey(struct call *c, struct redis *r) {
redis_pipe(r, "SET json-"PB" %s", STR(&c->callid), result);
redis_pipe(r, "EXPIRE json-"PB" %i", STR(&c->callid), redis_expires_s);
//TODOO redis_update_recording(r, c);
redis_consume(r);
if (result)

Loading…
Cancel
Save