From 9d4778441d84d8e598b07385aaee852c0717d83c Mon Sep 17 00:00:00 2001 From: hieuhoang1972 Date: Mon, 10 Jul 2006 21:27:24 +0000 Subject: [PATCH] Debugging git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@40 1f5c12ca-751b-0410-a591-d2e778427230 --- moses-cmd/src/IOCommandLine.cpp | 8 +------- 1 file changed, 1 insertion(+), 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);