mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-16 17:25:09 +01:00
Merge pull request #5 from wafflecoffee/patch-1
Remove debug printlns in MidnightConfig
This commit is contained in:
@@ -140,8 +140,6 @@ public abstract class MidnightConfig {
|
|||||||
|
|
||||||
Number value = 0;
|
Number value = 0;
|
||||||
boolean inLimits = false;
|
boolean inLimits = false;
|
||||||
System.out.println(((isNumber ^ s.isEmpty())));
|
|
||||||
System.out.println(!s.equals("-") && !s.equals("."));
|
|
||||||
info.error = null;
|
info.error = null;
|
||||||
if (!(isNumber && s.isEmpty()) && !s.equals("-") && !s.equals(".")) {
|
if (!(isNumber && s.isEmpty()) && !s.equals("-") && !s.equals(".")) {
|
||||||
value = f.apply(s);
|
value = f.apply(s);
|
||||||
|
|||||||
Reference in New Issue
Block a user