cleaned up some code

This commit is contained in:
Jack
2024-07-23 02:27:39 -04:00
parent 20bf2d74fc
commit 6db07a376b
2 changed files with 4 additions and 5 deletions

View File

@@ -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;