[mlpack-git] master: remove debug message (6eb1723)

gitdub at mlpack.org gitdub at mlpack.org
Tue May 31 11:50:14 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/1f562a1aba7ae55475afcc95659511c2b7f694e5...5b8fdce471328f722fcd8c0f22a6d995ce22c98b

>---------------------------------------------------------------

commit 6eb1723c153193f8ef655d1e2b728e05c1dcc17d
Author: stereomatchingkiss <stereomatchingkiss at gmail.com>
Date:   Tue May 31 23:50:14 2016 +0800

    remove debug message


>---------------------------------------------------------------

6eb1723c153193f8ef655d1e2b728e05c1dcc17d
 src/mlpack/core/data/load_impl.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mlpack/core/data/load_impl.hpp b/src/mlpack/core/data/load_impl.hpp
index 90d6d37..e8327b0 100644
--- a/src/mlpack/core/data/load_impl.hpp
+++ b/src/mlpack/core/data/load_impl.hpp
@@ -471,7 +471,6 @@ bool Load(const std::string& filename,
           tokensArray.emplace_back(details::ToTokens(lineTok));
         }
       }
-      std::cout<<"array size : "<<tokensArray.size()<<std::endl;
       for(size_t i = 0; i != cols; ++i)
       {
         details::TransPoseTokens(tokensArray, tokens, i);




More information about the mlpack-git mailing list