mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-10 06:37:06 +01:00
Remove superfluous log message
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user