Browse Source

Remove a debug message

tags/v1.9.11
falkTX 6 years ago
parent
commit
db798d2249
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      source/frontend/carla_skin.py

+ 0
- 1
source/frontend/carla_skin.py View File

@@ -1882,7 +1882,6 @@ def getColorAndSkinStyle(host, pluginId):
progCount = host.get_midi_program_count(pluginId)

color = getColorFromCategory(pluginInfo['category'])
print(color, pluginInfo['type'], pluginName)

# Samplers
if pluginInfo['type'] == PLUGIN_SF2:


Loading…
Cancel
Save