DroidKaigi / conference-app-2022

The Official Conference App for DroidKaigi 2022
https://droidkaigi.jp/2022/
Apache License 2.0
492 stars 190 forks source link

[Refactoring] Remove unused variable from Hours #879

Closed rkowase closed 1 year ago

rkowase commented 1 year ago

Issue

Overview (Required)

In this PR, I removed unused variable from Hours to fix a lint warning. I'm not sure anyone plan to use this unused right variable in the future, but I think it should be removed for now as _YAGNI principal_.

Links

Screenshot

スクリーンショット 2022-10-07 14 21 32
takahirom commented 1 year ago

Looks good!