Stop mallet spamming the terminal

This commit is contained in:
Oskar Wallgren
2015-06-13 00:55:27 +02:00
parent 6c934d6aae
commit 5fabdfdb20

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();