mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
moduleapi: Remove overly-verbose debug logging on module status change
This commit is contained in:
parent
28322869e8
commit
3616d69edb
1 changed files with 0 additions and 1 deletions
|
@ -531,7 +531,6 @@ function api:set_status(status_type, status_message, override)
|
|||
return;
|
||||
end
|
||||
self.status_type, self.status_message, self.status_time = status_type, status_message, time_now();
|
||||
self:log("debug", "New status: %s", status_type);
|
||||
self:fire_event("module-status/updated", { name = self.name });
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue