diff --git a/src/commands/CmdUDAs.cpp b/src/commands/CmdUDAs.cpp index cfcfe0268..aa4fcec32 100644 --- a/src/commands/CmdUDAs.cpp +++ b/src/commands/CmdUDAs.cpp @@ -77,11 +77,6 @@ int CmdUDAs::execute (std::string& output) std::vector filtered; filter.subset (filtered); - if (filter.hasFilter ()) - throw std::string (STRING_ERROR_NO_FILTER); - if (filter.hasModifications ()) - throw std::string (STRING_ERROR_NO_MODS); - if (udas.size ()) { std::sort (udas.begin (), udas.end ());