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

@@ -477,10 +477,6 @@ bool CVObjectDetection::_LoadObjDetectdData(){
detectionsData[id] = CVDetectionData(classIds, confidences, boxes, id);
}
// Show the time stamp from the last update in object detector data file
if (objMessage.has_last_updated())
cout << " Loaded Data. Saved Time Stamp: " << TimeUtil::ToString(objMessage.last_updated()) << endl;
// Delete all global objects allocated by libprotobuf.
google::protobuf::ShutdownProtobufLibrary();