diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-27 21:27:02 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-27 21:27:02 +0200 |
commit | 4234f0d4c351ea88b965654183a687b3e3fc645a (patch) | |
tree | 7a6e09e9e10ba531e3738143af083d68a97a7a73 | |
parent | 27f629589aeba6f2209f6c2e2c28af575b4ce022 (diff) | |
download | skyhanni-4234f0d4c351ea88b965654183a687b3e3fc645a.tar.gz skyhanni-4234f0d4c351ea88b965654183a687b3e3fc645a.tar.bz2 skyhanni-4234f0d4c351ea88b965654183a687b3e3fc645a.zip |
removed debug
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestones.kt | 1 |
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 |