"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
This commit is contained in:
Mark Michelson
2012-09-25 14:12:05 +00:00
parent 08908a1f4b
commit 00191316f0

View File

@@ -240,8 +240,6 @@ static enum ast_presence_state custom_presence_callback(const char *data, char *
char *_message; char *_message;
char *_subtype; char *_subtype;
ast_log(LOG_NOTICE, "TITTY BOMBS!\n");
ast_db_get(astdb_family, data, buf, sizeof(buf)); ast_db_get(astdb_family, data, buf, sizeof(buf));
if (parse_data(buf, &state, &_subtype, &_message, &_options)) { if (parse_data(buf, &state, &_subtype, &_message, &_options)) {