aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-27 21:27:02 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-27 21:27:02 +0200
commit4234f0d4c351ea88b965654183a687b3e3fc645a (patch)
tree7a6e09e9e10ba531e3738143af083d68a97a7a73
parent27f629589aeba6f2209f6c2e2c28af575b4ce022 (diff)
downloadskyhanni-4234f0d4c351ea88b965654183a687b3e3fc645a.tar.gz
skyhanni-4234f0d4c351ea88b965654183a687b3e3fc645a.tar.bz2
skyhanni-4234f0d4c351ea88b965654183a687b3e3fc645a.zip
removed debug
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestones.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestones.kt b/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestones.kt
index 48c16cb1c..da2caac0c 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestones.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestones.kt
@@ -92,6 +92,5 @@ object GardenCropMilestones {
fun onRepoReload(event: RepositoryReloadEvent) {
val data = event.getConstant<GardenJson>("Garden") ?: return
cropMilestoneData = data.crop_milestones
- println("loaded stuff: $cropMilestoneData")
}
} \ No newline at end of file