Commit 0a7c3b93 authored by Davis King's avatar Davis King

Removed two cout statements I used for testing but forgot to remove before

committing code to subversion.  Oops.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403865
parent 28b5980f
......@@ -2600,7 +2600,6 @@ namespace dlib
const matrix_exp<matrix_op<op_diagm<EXP2> > >& v
)
{
std::cout << "yay" << std::endl;
return scale_columns(m,v.ref().op.m);
}
......@@ -2676,7 +2675,6 @@ namespace dlib
const matrix_exp<EXP1>& m
)
{
std::cout << "yay" << std::endl;
return scale_rows(m,v.ref().op.m);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment