mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-19 16:55:27 +01:00
Removes excess debug statemements added in previous commit
This commit is contained in:
parent
5b961564e1
commit
dd0930bcea
@ -1658,12 +1658,6 @@ public abstract class GeneralRegion {
|
||||
}
|
||||
|
||||
public double getDoubleSetting(String path) {
|
||||
AreaShop.debug("getDoubleSetting(" + path + "):");
|
||||
AreaShop.debug(" config.isDouble() = " + config.isDouble(path));
|
||||
AreaShop.debug(" config.getDouble() = " + config.getDouble(path));
|
||||
AreaShop.debug(" config.isInteger() = " + config.isInt(path));
|
||||
AreaShop.debug(" config.getInteger() = " + config.getInt(path));
|
||||
AreaShop.debug(" config.isSet() = " + config.isSet(path));
|
||||
if(config.isSet(path)) {
|
||||
return config.getDouble(path);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user