builtin/replicate: Don't spam core:tick events to log
This commit is contained in:
parent
ca97c7ac78
commit
4a0f90358c
@ -171,8 +171,6 @@ struct Module: public interface::Module, public replicate::Interface
|
||||
|
||||
void on_tick(const interface::TickEvent &event)
|
||||
{
|
||||
log_d(MODULE, "replicate::on_tick");
|
||||
|
||||
sync_changes();
|
||||
|
||||
for(Event &event : m_events_to_emit_after_next_sync){
|
||||
|
Loading…
x
Reference in New Issue
Block a user