Forgot to remove qdebug

This commit is contained in:
Vesa
2014-07-14 23:49:37 +03:00
parent fcf3242b7e
commit 768cc9cb81

View File

@@ -76,7 +76,6 @@ NotePlayHandle::NotePlayHandle( InstrumentTrack* instrumentTrack,
m_midiChannel( midiEventChannel >= 0 ? midiEventChannel : instrumentTrack->midiPort()->realOutputChannel() ),
m_origin( origin )
{
qDebug( "offset %d", _offset );
if( hasParent() == false )
{
m_baseDetuning = new BaseDetuning( detuning() );