Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRandomLabs committed Apr 1, 2018
1 parent 4a61fb8 commit 37f01e4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ static Map<String, String> getMezzChangelog(CurseFile oldFile, CurseFile newFile
final String currentVersion = line.substring(1);

if(version.equals(currentVersion)) {
System.out.println("Continuing");
continue;
}

Expand Down

0 comments on commit 37f01e4

Please sign in to comment.