diff --git a/examples/dds/Sampler.cxx b/examples/dds/Sampler.cxx index 3f4c90e3..f75d63a2 100644 --- a/examples/dds/Sampler.cxx +++ b/examples/dds/Sampler.cxx @@ -34,8 +34,6 @@ void Sampler::InitTask() bool Sampler::ConditionalRun() { - std::this_thread::sleep_for(std::chrono::seconds(1)); - // NewSimpleMessage creates a copy of the data and takes care of its destruction (after the transfer takes place). // Should only be used for small data because of the cost of an additional copy FairMQMessagePtr msg(NewSimpleMessage("Data"));