Skip to content
Snippets Groups Projects
Commit ebf29d48 authored by Dominik's avatar Dominik
Browse files

set verbsoe to false in wcclfile.h

parent 7e046918
Branches
No related merge requests found
......@@ -366,7 +366,7 @@ WcclFile::WcclFile(const Corpus2::Tagset& tagset, const std::string& search_path
path_(":")
{
path_.set_search_path(search_path);
path_.set_verbose(true);
path_.set_verbose(false);
}
inline
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment