[mlpack-git] master: Remove debugging output. (68ee9ba)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:03:43 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 68ee9bae2729e07f0c4de49d345744d9416837d1
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Nov 19 17:11:11 2014 +0000

    Remove debugging output.


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

68ee9bae2729e07f0c4de49d345744d9416837d1
 src/mlpack/core/data/load_impl.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mlpack/core/data/load_impl.hpp b/src/mlpack/core/data/load_impl.hpp
index 23731f0..c1fe470 100644
--- a/src/mlpack/core/data/load_impl.hpp
+++ b/src/mlpack/core/data/load_impl.hpp
@@ -201,8 +201,6 @@ bool Load(const std::string& filename,
     Log::Info << "Loading '" << filename << "' as " << stringType << ".  "
         << std::flush;
 
-  Log::Debug << "load type " << loadType << "\n";
-
   const bool success = matrix.load(stream, loadType);
 
   if (!success)



More information about the mlpack-git mailing list