diff --git a/include/core/processor/processor_base.h b/include/core/processor/processor_base.h
index e3931fa1720bd83e152f8fb42b07adb0ccade6b8..03d0288545fa26113422d9eabc234866e22d3563 100644
--- a/include/core/processor/processor_base.h
+++ b/include/core/processor/processor_base.h
@@ -126,7 +126,7 @@ public:
     /**\brief Add a element to the buffer
     *
     */
-    void emplace(const TimeStamp& _time_stamp, const T& _element); //const double& _time_tolerance);
+    void emplace(const TimeStamp& _time_stamp, const T& _element);
 
     /** \brief returns the container with elements of the buffer
     *