Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Silence this warning.
Browse files Browse the repository at this point in the history
This wasn't really useful and displayed a warning at startup for no
reason.
  • Loading branch information
ahkok committed Dec 2, 2013
1 parent 719b7b2 commit 0391924
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/org/foo_projects/sofar/Sedimentology/Sedimentology.java
Original file line number Diff line number Diff line change
Expand Up @@ -790,8 +790,6 @@ public boolean enableWorld(String worldName)
worldStringList.add(worldName);
getConfig().set("worlds", worldStringList);
saveConfig();
} else {
getLogger().info("Already configured enable for this world?!");
}

sedWorld s = new sedWorld();
Expand Down

0 comments on commit 0391924

Please sign in to comment.