cleaned up some code
This commit is contained in:
@@ -33,7 +33,6 @@ public class WeatherRequestObject {
|
||||
|
||||
for (Object rawCondition : conditions) {
|
||||
int id = Integer.parseInt(String.valueOf(((JSONObject) rawCondition).get("id")));
|
||||
|
||||
while (id >= 10)
|
||||
id /= 10;
|
||||
|
||||
|
Reference in New Issue
Block a user