Skip to content
Snippets Groups Projects
Commit 576c96b6 authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

saved into dedicated branch

parent 8aa0bf3f
No related merge requests found
......@@ -95,7 +95,6 @@ void CaPluginStore::operation(const unsigned long hook, const std::list<CuData>&
// before CaPluginActivity::init loads the plugin list
// saving locally the used hooks allows calling postEvent only if necessary
if((d->ahooks > 0 && (d->ahooks & hook)) || !d->a_started ) {
printf("CaPluginStore::operation: posting event to plugin activity hook %ld d->ahooks %lld data siz %ld\n", hook, d->ahooks, data.size());
d->cumbia->postEvent(d->placti, new CaPluA_OperationEvent(hook, data, info));
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment