From 5fabdfdb20c1861b900f1082624be513942eff23 Mon Sep 17 00:00:00 2001 From: Oskar Wallgren Date: Sat, 13 Jun 2015 00:55:27 +0200 Subject: [PATCH] Stop mallet spamming the terminal --- plugins/stk/mallets/mallets.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();