delete debugging message

This commit is contained in:
Hieu Hoang 2013-12-14 16:15:27 +00:00
parent 7763b4c41f
commit ea8837b5b9

View File

@ -63,7 +63,6 @@ public:
boost::hash_combine(seed, hypoDim);
boost::hash_combine(seed, transOpt);
std::cerr << seed << " ";
return seed;
}
};