builtin/replicate: Don't spam core:tick events to log

This commit is contained in:
Perttu Ahola 2014-10-29 19:54:35 +02:00
parent ca97c7ac78
commit 4a0f90358c

View File

@ -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){