mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-12-17 16:08:00 +01:00
remove debug
This commit is contained in:
parent
9ad0c34603
commit
688654adcc
@ -64,9 +64,6 @@ public class BackwardsMappings {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
if (!key.equals(value.getValue().getAsString())) {
|
||||
ViaBackwards.getPlatform().getLogger().info("Mapping " + key + " -> " + value.getValue());
|
||||
}
|
||||
output[Integer.parseInt(entry.getKey())] = Short.parseShort(value.getKey());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user