1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Remove superfluous log message

This commit is contained in:
Steve Daulton
2018-08-21 14:09:56 +01:00
parent b9ec43433e
commit 94b3bf3c22

View File

@@ -1201,7 +1201,6 @@ bool Effect::DoEffect(wxWindow *parent,
ReplaceProcessedTracks( false );
} );
wxLogDebug("EFFECT TYPE IS: %s", GetPath());
if ((GetType() == EffectTypeGenerate) && (mNumTracks == 0) && GetPath() != NYQUIST_EFFECTS_PROMPT_ID) {
newTrack = static_cast<WaveTrack*>(mTracks->Add(mFactory->NewWaveTrack()));
newTrack->SetSelected(true);