From: Michal Sojka Date: Thu, 4 Oct 2018 22:16:21 +0000 (+0200) Subject: debug: Don't print matrices as multiple lines X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hercules2020/kcf.git/commitdiff_plain/19c5c42e8cd9283dfda6a79966ed76b1890c54d2?hp=063a699dae80008f1ea592aa4f30177b38109e76 debug: Don't print matrices as multiple lines --- diff --git a/src/debug.cpp b/src/debug.cpp index 7a09f4c..3331de0 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -32,7 +32,6 @@ std::ostream &operator<<(std::ostream &os, const DbgTracer::Printer os << c << ", "; } os << (num < p.obj.size().area() ? "... ]" : "]"); - os << std::endl << std::string(20, ' '); } return os; }