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 <hieu@hoang.co.uk>2013-12-14 20:15:27 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-12-14 20:15:27 +0400
commitea8837b5b9a375b6e6716e965c9331e3644a0c39 (patch)
treedf823e27d03649fb4f33551af0541078545fbee5 /moses/RuleCube.h
parent7763b4c41fb2772983f7e2217b9bf2bfbdc0331d (diff)
delete debugging message
Diffstat (limited to 'moses/RuleCube.h')
-rw-r--r--moses/RuleCube.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/RuleCube.h b/moses/RuleCube.h
index 58707218f..c2e4a9e33 100644
--- a/moses/RuleCube.h
+++ b/moses/RuleCube.h
@@ -63,7 +63,6 @@ public:
boost::hash_combine(seed, hypoDim);
boost::hash_combine(seed, transOpt);
- std::cerr << seed << " ";
return seed;
}
};