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 <hieuhoang@gmail.com>2014-06-22 01:35:34 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-06-22 01:35:34 +0400
commitd8ca5b1c6cb8b989e4698e42a158741473a7f3bd (patch)
treee2bf68ed37a2ea4bf4a4d4cfcf250baba08f9bc0 /OnDiskPt
parent3454d28ab8e01cf3dd65c887e0be0b1f3fc8a3bc (diff)
comment out debugging message
Diffstat (limited to 'OnDiskPt')
-rw-r--r--OnDiskPt/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/OnDiskPt/Main.cpp b/OnDiskPt/Main.cpp
index 9e9441eba..01a8ce1ba 100644
--- a/OnDiskPt/Main.cpp
+++ b/OnDiskPt/Main.cpp
@@ -73,7 +73,7 @@ int main (int argc, char * const argv[])
if (lineNum%1000 == 0) cerr << "." << flush;
if (lineNum%10000 == 0) cerr << ":" << flush;
if (lineNum%100000 == 0) cerr << lineNum << flush;
- cerr << lineNum << " " << line << endl;
+ //cerr << lineNum << " " << line << endl;
std::vector<float> misc(1);
SourcePhrase sourcePhrase;