summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_presencestate.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/funcs/func_presencestate.c b/funcs/func_presencestate.c
index fe352888f..e62cf7d0d 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)) {