mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 10:59:21 +03:00
remove useless debug
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3912 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
4ee7e5f673
commit
3c9112bc74
@ -335,7 +335,6 @@ public:
|
||||
const TranslationSystem& GetTranslationSystem(std::string id) const {
|
||||
std::map<std::string, TranslationSystem>::const_iterator iter =
|
||||
m_translationSystems.find(id);
|
||||
VERBOSE(2, "Looking for translation system id " << id << std::endl);
|
||||
if (iter == m_translationSystems.end()) {
|
||||
VERBOSE(1, "Translation system not found " << id << std::endl);
|
||||
throw std::runtime_error("Unknown translation system id");
|
||||
|
Loading…
Reference in New Issue
Block a user