Skip to content

Commit b2cdec0

Browse files
FOP-2815: Avoid calling method not in spring-jcl
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1845792 13f79535-47bb-0310-9956-ffa450edef68
1 parent cb22539 commit b2cdec0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fop-core/src/main/java/org/apache/fop/svg/AbstractFOPTranscoder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ protected Configuration getEffectiveConfiguration() {
177177
protected final Log getLogger() {
178178
if (this.logger == null) {
179179
this.logger = new SimpleLog("FOP/Transcoder");
180-
((SimpleLog) logger).setLevel(SimpleLog.LOG_LEVEL_INFO);
181180
}
182181
return this.logger;
183182
}

0 commit comments

Comments
 (0)