diff --git a/include/villas/hook.hpp b/include/villas/hook.hpp index 9ee1707d0..dcf78702b 100644 --- a/include/villas/hook.hpp +++ b/include/villas/hook.hpp @@ -116,8 +116,6 @@ public: /** Called whenever a sample is processed. */ virtual int process(sample *smp) { - assert(state == STATE_STARTED); - return HOOK_OK; };