Bug fix. No sanity check when updating parameters via RPC calls in the server.

This commit is contained in:
Ulrich Germann 2015-08-09 20:57:37 +01:00
parent 4253a0e642
commit e24cd5186f

View File

@ -67,7 +67,6 @@ namespace Moses
if (!input.update(param)) return false;
if (!mbr.update(param)) return false;
if (!lmbr.update(param)) return false;
return sanity_check();
}
#endif