diff --git a/src/effects/Effect.cpp b/src/effects/Effect.cpp index c29f20f8c..198171182 100644 --- a/src/effects/Effect.cpp +++ b/src/effects/Effect.cpp @@ -664,10 +664,7 @@ bool Effect::CanExportPresets() void Effect::ExportPresets() { wxString params; - if (!GetAutomationParameters(params)) - { - wxLogDebug("No Params"); - } + GetAutomationParameters(params); wxFileName path; @@ -687,8 +684,6 @@ void Effect::ExportPresets() path = dlog.GetPath(); gPrefs->Write(wxT("Presets/Path"), path.GetFullPath()); - wxLogDebug("Params: %s", params); - // Create/Open the file wxFFile f(path.GetFullPath(), wxT("wb")); if (!f.IsOpened())