]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
debug: Don't print matrices as multiple lines
authorMichal Sojka <michal.sojka@cvut.cz>
Thu, 4 Oct 2018 22:16:21 +0000 (00:16 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Thu, 4 Oct 2018 22:16:21 +0000 (00:16 +0200)
src/debug.cpp

index 7a09f4c09719da0d1b847f6a2648a37931be89c5..3331de00036543f5d2c536ba9dc1b07f83003bfd 100644 (file)
@@ -32,7 +32,6 @@ std::ostream &operator<<(std::ostream &os, const DbgTracer::Printer<ComplexMat>
             os << c << ", ";
         }
         os << (num < p.obj.size().area() ? "... ]" : "]");
-        os << std::endl << std::string(20, ' ');
     }
     return os;
 }