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:
authorHieu Hoang <s0565741@odin.inf.ed.ac.uk>2014-04-03 21:24:48 +0400
committerHieu Hoang <s0565741@odin.inf.ed.ac.uk>2014-04-03 21:24:48 +0400
commit6fa561e39edf4ba2dd94f285886e726c87c88076 (patch)
treed328a515c590d5e013d1186129d161f1d5933ede /moses/SearchNormal.cpp
parent5c633fcbf8ddbb8b5ffd2c1d282e7741ecc63651 (diff)
comment out debugging message
Diffstat (limited to 'moses/SearchNormal.cpp')
-rw-r--r--moses/SearchNormal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/SearchNormal.cpp b/moses/SearchNormal.cpp
index 2548bd215..d40324c15 100644
--- a/moses/SearchNormal.cpp
+++ b/moses/SearchNormal.cpp
@@ -95,7 +95,7 @@ void SearchNormal::ProcessSentence()
actual_hypoStack = &sourceHypoColl;
}
- OutputHypoStack();
+ //OutputHypoStack();
}