delete debug

This commit is contained in:
Hieu Hoang 2024-02-16 14:21:19 -08:00
parent fc411260f0
commit d3f6744161

View File

@ -98,8 +98,8 @@ void batch_run(Moses2::Parameter& params, Moses2::System& system, Moses2::Thread
boost::shared_ptr<Moses2::TranslationTask> task(new Moses2::TranslationTask(system, line, translationId));
//cerr << "START pool.Submit()" << endl;
//pool.Submit(task);
task->Run();
pool.Submit(task);
//task->Run();
++translationId;
}