diff options
Diffstat (limited to 'src/client/ClientStore.cpp')
-rw-r--r-- | src/client/ClientStore.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index 71e28c09..fe79336b 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -270,8 +270,6 @@ ClientStore::put(const Raul::URI& uri, SharedPtr<PluginModel> plug; if (p->second.is_valid() && p->second.type() == _uris.forge.URI) { if (!(plug = _plugin(Raul::URI(p->second.get_uri())))) { - _log.warn(Raul::fmt("Unable to find plugin <%1%>\n") - % p->second.get_uri()); plug = SharedPtr<PluginModel>( new PluginModel(uris(), Raul::URI(p->second.get_uri()), |