diff --git a/src/commands/CmdExport.cpp b/src/commands/CmdExport.cpp index 865b90ed4..48362a024 100644 --- a/src/commands/CmdExport.cpp +++ b/src/commands/CmdExport.cpp @@ -62,9 +62,6 @@ int CmdExport::execute (std::string& output) std::vector filtered; filter.subset (filtered); - if (filter.hasModifications ()) - throw std::string (STRING_ERROR_NO_MODS); - // Obey 'limit:N'. int rows = 0; int lines = 0;