Skip to content

Commit

Permalink
Remove spammy not allowed for SRG trace message
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Jun 25, 2016
1 parent f4717f6 commit d501d43
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ public static byte[] getSrgBytes(String name) {
name = untransformName(name);

if (!allowedForSrg(transformedName)) {
PatcherLog.trace("Tried to get class bytes for not allowed for SRG: " + transformedName);
return null;
}

Expand Down

0 comments on commit d501d43

Please sign in to comment.