[mlpack] 109/149: Remove debugging output.

Barak A. Pearlmutter barak+git at pearlmutter.net
Sat May 2 09:11:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch svn-trunk
in repository mlpack.

commit fa4f7859dd3a03acf6b995ce7add12c439a3ee01
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Wed Nov 19 17:11:11 2014 +0000

    Remove debugging output.
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17390 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list