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