[mlpack-git] master: Remove debug output. (efe49b7)

gitdub at mlpack.org gitdub at mlpack.org
Sat Feb 20 10:13:56 EST 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/384556ec9b6218fc332d557dd893ea4349dd9414...efe49b78c20eea8df5f2d6b47c2024931cb88d8e

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

commit efe49b78c20eea8df5f2d6b47c2024931cb88d8e
Author: marcus <marcus.edel at fu-berlin.de>
Date:   Sat Feb 20 16:13:56 2016 +0100

    Remove debug output.


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

efe49b78c20eea8df5f2d6b47c2024931cb88d8e
 src/mlpack/methods/ann/ffn_impl.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mlpack/methods/ann/ffn_impl.hpp b/src/mlpack/methods/ann/ffn_impl.hpp
index bd7436a..4ab1fa1 100644
--- a/src/mlpack/methods/ann/ffn_impl.hpp
+++ b/src/mlpack/methods/ann/ffn_impl.hpp
@@ -114,8 +114,6 @@ FFN<LayerTypes, OutputLayerType, InitializationRuleType, PerformanceFunction
 
   initializeRule.Initialize(parameter, NetworkSize(network), 1);
   NetworkWeights(parameter, network);
-
-  Log::Debug << parameter << std::endl;
 }
 
 template<typename LayerTypes,




More information about the mlpack-git mailing list