File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
plugins-Logging/src/main/scala/com/thoughtworks/deeplearning/plugins Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ trait Logging extends Layers with Weights {
6666 implicit protected def name : sourcecode.Name
6767 implicit protected def caller : Caller [_]
6868 override protected def handleException (thrown : Throwable ): Unit = {
69- super .handleException(thrown)
7069 logger.log(new ThrownInLayer (this , thrown))
7170 }
7271 }
@@ -77,7 +76,6 @@ trait Logging extends Layers with Weights {
7776 implicit protected def name : sourcecode.Name
7877 implicit protected def caller : Caller [_]
7978 override protected def handleException (thrown : Throwable ): Unit = {
80- super .handleException(thrown)
8179 logger.log(new ThrownInWeight (this , thrown))
8280 }
8381 }
You can’t perform that action at this time.
0 commit comments