Skip to content

Commit

Permalink
Remove load from start method
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Jun 20, 2019
1 parent 3813f5d commit 178a2fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ public XmlFile getConfigFile() {
@Initializer(after = InitMilestone.EXTENSIONS_AUGMENTED)
public void start() {
logger.finer("[BFA] Starting...");
load();
if (noCausesMessage == null) {
noCausesMessage = DEFAULT_NO_CAUSES_MESSAGE;
}
Expand Down

0 comments on commit 178a2fb

Please sign in to comment.