]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Remove apparent LOGGER.info used for transient debugging
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 24 Sep 2020 07:35:51 +0000 (10:35 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 24 Sep 2020 07:35:51 +0000 (10:35 +0300)
gitlab #608

bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/scl/AbstractExpressionCompilationRequest.java

index 1bcd918771f3db8520507e6893b2de2376d61164..16f88a340a63e7f9dfeb9c0d7ef751a7ff8e7048 100644 (file)
@@ -179,7 +179,6 @@ implements Read<Function1<EvaluationContext,Object>> {
                 b2.append('\n');
             }
             SCLDatabaseException exception = new SCLDatabaseException(b.toString()+b2.toString(), b2.toString(), e.getErrors()); 
-            LOGGER.info(exception.getMessage(), exception);
             throw exception; 
         } catch(Throwable e) {
             // Should not happen!