Skip to content

Commit

Permalink
remove debug code and adjust css
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenWizard2015 committed May 16, 2024
1 parent 9166fa2 commit 21540fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion ui/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@

.hold-to-pour-image {
object-fit: contain;
width: 25%;
height: auto;
}
5 changes: 0 additions & 5 deletions ui/src/components/TeaLevel.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ function TeaLevel({
</div>
</div>
</div>
<div>
<p>speed: {speed} %/s</p>
<p>duration: {lastOperationDuration} ms</p>
<p>last tea level: {lastTeaLevel.toFixed(2)}%</p>
</div>
<div>
<input
type="number" step="0.01"
Expand Down

0 comments on commit 21540fe

Please sign in to comment.