remove TODO

release/4.3a0
Varun Agrawal 2020-06-01 19:54:04 -04:00
parent 131213a983
commit ea8b319c43
1 changed files with 0 additions and 1 deletions

View File

@ -619,7 +619,6 @@ void Isotropic::WhitenInPlace(Eigen::Block<Matrix> H) const {
// Unit
/* ************************************************************************* */
void Unit::print(const std::string& name) const {
//TODO(Varun): Do we need that space at the end?
cout << name << "unit (" << dim_ << ") " << endl;
}