mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Clean up
This commit is contained in:
@@ -70,7 +70,6 @@ public enum CSubmenuReleaseNotes implements ICDoc {
|
||||
* Returns content of README.txt (release) or CHANGES.txt (snapshot).
|
||||
*/
|
||||
private static String getReleaseNotes() {
|
||||
|
||||
final String filename = ForgeConstants.CHANGES_FILE_NO_RELEASE;
|
||||
final String filePath = FileUtil.pathCombine(System.getProperty("user.dir"), filename);
|
||||
|
||||
@@ -87,7 +86,6 @@ public enum CSubmenuReleaseNotes implements ICDoc {
|
||||
} else {
|
||||
notes = filePath + "\nis MISSING!";
|
||||
}
|
||||
|
||||
return notes;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user