removed some prints

This commit is contained in:
Raphael Maenle 2019-07-11 14:10:08 +02:00
parent 30daf37202
commit 4a604e6dca

View File

@ -1648,7 +1648,6 @@ bool MsckfVio::PhotometricPatchPointResidual(
} }
r = r_photo; r = r_photo;
cout << "returning" << endl;
return true; return true;
} }