Stop mallet spamming the terminal
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user