Browse Source

Remove debug print when scanning an LV2 plugin

tags/v1.9.9
falkTX 7 years ago
parent
commit
d3ebd5bb07
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      source/backend/CarlaUtils.cpp

+ 1
- 3
source/backend/CarlaUtils.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Plugin Host
* Copyright (C) 2011-2017 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2011-2018 Filipe Coelho <falktx@falktx.com>
*
* 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;



Loading…
Cancel
Save