diff --git a/source/backend/CarlaUtils.cpp b/source/backend/CarlaUtils.cpp index 83ef57cba..b010c2323 100644 --- a/source/backend/CarlaUtils.cpp +++ b/source/backend/CarlaUtils.cpp @@ -1,6 +1,6 @@ /* * Carla Plugin Host - * Copyright (C) 2011-2017 Filipe Coelho + * Copyright (C) 2011-2018 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -141,8 +141,6 @@ const CarlaCachedPluginInfo* carla_get_cached_plugin_info(CB::PluginType ptype, Lilv::Plugin lilvPlugin(cPlugin); CARLA_SAFE_ASSERT_BREAK(lilvPlugin.get_uri().is_uri()); - carla_stdout("Filling info for LV2 with URI '%s'", lilvPlugin.get_uri().as_uri()); - // features info.hints = 0x0;