From 00191316f0f693a96d32fa655d2694db2e6ad5c1 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Tue, 25 Sep 2012 14:12:05 +0000 Subject: [PATCH] "He who go through turnstile sideways is going to Bangkok" git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@373582 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_presencestate.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/funcs/func_presencestate.c b/funcs/func_presencestate.c index fe352888fe..e62cf7d0d0 100644 --- a/funcs/func_presencestate.c +++ b/funcs/func_presencestate.c @@ -240,8 +240,6 @@ static enum ast_presence_state custom_presence_callback(const char *data, char * char *_message; char *_subtype; - ast_log(LOG_NOTICE, "TITTY BOMBS!\n"); - ast_db_get(astdb_family, data, buf, sizeof(buf)); if (parse_data(buf, &state, &_subtype, &_message, &_options)) {