mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Remove leftover debug code.
This commit is contained in:
parent
16a77f281e
commit
fcb6391ba3
@ -284,13 +284,11 @@ public class PotionConfig extends ConfigLoader {
|
||||
int green = 0;
|
||||
int blue = 0;
|
||||
for (Color color : colors) {
|
||||
System.out.println("Input color: " + color);
|
||||
red += color.getRed();
|
||||
green += color.getGreen();
|
||||
blue += color.getBlue();
|
||||
}
|
||||
Color color = Color.fromRGB(red/colors.size(), green/colors.size(), blue/colors.size());
|
||||
System.out.println("Output color: " + color);
|
||||
return color;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user