delete checkTofDetections debug message.

This commit is contained in:
sunwen
2023-05-31 13:22:43 +08:00
parent b663f2071d
commit 44384649d4

View File

@@ -95,8 +95,6 @@ TEST_F(DataFilter_Test, checkTofDetections) {
{
EXPECT_DOUBLE_AE(tofValues.getData()[i],result.tofValues.getData()[i])<< " :"<<i;
}
int i = 0;
}
TEST_F(DataFilter_Test, calculateSnr) {