From 279e5fa36e4d43a389878660c4208302da043ce2 Mon Sep 17 00:00:00 2001 From: Frederic-Philippe Metz Date: Wed, 22 Feb 2017 09:44:10 +0100 Subject: [PATCH] Removes commented code --- daemon/redis.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/daemon/redis.c b/daemon/redis.c index aff1c0864..ec2b6af6e 100644 --- a/daemon/redis.c +++ b/daemon/redis.c @@ -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)