Skip to content

Commit

Permalink
Remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed May 28, 2019
1 parent 2acd1a3 commit 275a855
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dabnn/mat.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ inline bool Mat::operator==(const Mat &m) const {
}
FORZ(i, total()) {
if (std::abs(static_cast<float *>(data)[i] - m[i]) > 1e-5) {
PNT(static_cast<float *>(data)[i]);
PNT(m[i]);
return false;
}
}
Expand Down

0 comments on commit 275a855

Please sign in to comment.