Browse Source

Removes commented code

pull/323/head
Frederic-Philippe Metz 9 years ago
parent
commit
279e5fa36e
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      daemon/redis.c

+ 0
- 2
daemon/redis.c View File

@ -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