Merge pull request #2097 from zonkmachine/mallets-spam

Stop mallet spamming the terminal
This commit is contained in:
Colin Wallace
2015-06-15 17:00:06 -07:00

View File

@@ -2,7 +2,7 @@
* mallets.cpp - tuned instruments that one would bang upon
*
* Copyright (c) 2006-2008 Danny McRae <khjklujn/at/users.sourceforge.net>
* Copyright (c) 2009-2010 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2009-2015 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - http://lmms.io
*
@@ -495,7 +495,6 @@ void malletsInstrumentView::changePreset()
malletsInstrument * inst = castModel<malletsInstrument>();
int _preset = inst->m_presetsModel.value();
printf("malletsInstrumentView %d\n", _preset);
if( _preset < 9 )
{
m_tubeBellWidget->hide();