Removed cout statement.

This commit is contained in:
Davis King 2017-10-16 20:55:07 -04:00
parent 0282b9428c
commit c0b60faaf0
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ namespace
// make sure there isn't any funny bias
DLIB_TEST(std::abs(big_val/(double)small_val - 1) < 0.001);
cout << big_val/(double)small_val << endl;
//cout << big_val/(double)small_val << endl;
}