matrix: remove debug print in test
This commit is contained in:
parent
630567bcff
commit
509d9a1582
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user