matrix: remove debug print in test

This commit is contained in:
Danny Robson 2015-02-19 13:25:06 +11:00
parent 630567bcff
commit 509d9a1582

View File

@ -59,8 +59,6 @@ main (int, char **) {
auto res = a * b;
std::cout << a << "\nx\n" << b << "\n=\n" << (res / 4) << '\n';
CHECK_EQ (ab, res);
}