Removing some debug logging related to opencv effects

This commit is contained in:
Jonathan Thomas
2021-04-08 22:36:28 -05:00
parent 1dba02f5b0
commit a972995308
5 changed files with 0 additions and 24 deletions

View File

@@ -417,11 +417,6 @@ bool CVStabilization::_LoadStabilizedData(){
transformationData[id] = TransformParam(dx,dy,da);
}
// Show the time stamp from the last update in stabilization data file
if (stabilizationMessage.has_last_updated()) {
cout << " Loaded Data. Saved Time Stamp: " << TimeUtil::ToString(stabilizationMessage.last_updated()) << endl;
}
// Delete all global objects allocated by libprotobuf.
google::protobuf::ShutdownProtobufLibrary();