Remove debug output.

This commit is contained in:
marcus
2016-02-20 16:13:56 +01:00
parent 384556ec9b
commit efe49b78c2
-2
View File
@@ -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,