Remove erroneously added getter

This commit is contained in:
Andrew Steinborn 2018-08-08 09:45:27 -04:00
parent 84717a11da
commit 512b1c2403

View File

@ -202,10 +202,6 @@ public class VelocityConfiguration {
return favicon;
}
public static Logger getLogger() {
return logger;
}
@Override
public String toString() {
return "VelocityConfiguration{" +