removed unnecessary service_hours
This commit is contained in:
parent
c8493a95b6
commit
7f9709d484
1 changed files with 0 additions and 1 deletions
|
@ -364,7 +364,6 @@ public class AmenityMenuBuilder extends MenuBuilder {
|
||||||
boolean isText = false;
|
boolean isText = false;
|
||||||
boolean isDescription = false;
|
boolean isDescription = false;
|
||||||
boolean needLinks = !("population".equals(key)
|
boolean needLinks = !("population".equals(key)
|
||||||
|| "service_hours".equals(key)
|
|
||||||
|| "height".equals(key));
|
|| "height".equals(key));
|
||||||
boolean isPhoneNumber = false;
|
boolean isPhoneNumber = false;
|
||||||
boolean isUrl = false;
|
boolean isUrl = false;
|
||||||
|
|
Loading…
Reference in a new issue