[mlpack-git] master: Remove debug message. (fe69d33)

gitdub at mlpack.org gitdub at mlpack.org
Sun Jun 5 11:08:21 EDT 2016


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

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

commit fe69d336ad95e55129c5fd4587cabde507916f1d
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Sat Apr 23 12:33:37 2016 +0200

    Remove debug message.


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

fe69d336ad95e55129c5fd4587cabde507916f1d
 src/mlpack/methods/ann/layer/glimpse_layer.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mlpack/methods/ann/layer/glimpse_layer.hpp b/src/mlpack/methods/ann/layer/glimpse_layer.hpp
index f41a615..8e7ab8b 100644
--- a/src/mlpack/methods/ann/layer/glimpse_layer.hpp
+++ b/src/mlpack/methods/ann/layer/glimpse_layer.hpp
@@ -252,7 +252,6 @@ class GlimpseLayer
   //! glimpse.
   void Location(const arma::mat& location)
   {
-    // Log::Debug << "location: " << location.t() << std::endl;
     this->location = location;
   }
 




More information about the mlpack-git mailing list