--- a/mods/nagmq_pull.c
+++ b/mods/nagmq_pull.c
@@ -425,6 +425,7 @@ static void process_cmd(json_t * payload) {
enable_and_propagate_notifications(host_target, level,
affect_top_host, affect_hosts, affect_services);
}
+#if 0
else if(strcmp(cmd_name, "delete_downtime") == 0) {
char * comment = NULL;
time_t start_time = 0;
@@ -435,6 +436,7 @@ static void process_cmd(json_t * payload) {
delete_downtime_by_hostname_service_description_start_time_comment(
host_name, service_description, start_time, comment);
}
+#endif
json_decref(payload);
}