]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
"He who go through turnstile sideways is going to Bangkok"
authorMark Michelson <mmichelson@digium.com>
Tue, 25 Sep 2012 14:12:05 +0000 (14:12 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 25 Sep 2012 14:12:05 +0000 (14:12 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@373582 65c4cc65-6c06-0410-ace0-fbb531ad65f3

funcs/func_presencestate.c

index fe352888fe5cfdd0ff1900d0073b96ef37bec7e9..e62cf7d0d0cf256a861178131b5f312397475cbf 100644 (file)
@@ -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)) {