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:
@@ -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