Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2006-07-11 01:27:24 +0400
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2006-07-11 01:27:24 +0400
commit9d4778441d84d8e598b07385aaee852c0717d83c (patch)
tree07d8a474608ec62fe6a7f402a40c86ad5fe95905 /moses-cmd
parent9b0d5e06a39e15d0cf21c43dd84ce428bac1fcc9 (diff)
Debugging
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@40 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'moses-cmd')
-rwxr-xr-xmoses-cmd/src/IOCommandLine.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/moses-cmd/src/IOCommandLine.cpp b/moses-cmd/src/IOCommandLine.cpp
index 35cb3d3ff..256abca64 100755
--- a/moses-cmd/src/IOCommandLine.cpp
+++ b/moses-cmd/src/IOCommandLine.cpp
@@ -96,13 +96,7 @@ void IOCommandLine::SetOutput(const Hypothesis *hypo, long translationId)
if (hypo != NULL)
{
TRACE_ERR("BEST HYPO: " << *hypo << endl);
- OutputSurface(cout, hypo);
-
- while (hypo != NULL)
- {
- TRACE_ERR(*hypo << endl);
- hypo = hypo->GetPrevHypo();
- }
+ OutputSurface(cout, hypo);
}
else
TRACE_ERR("NO BEST HYPO" << endl);