Skip to content

Commit

Permalink
Update frontend/app/src/main/java/com/example/speechbuddy/repository/…
Browse files Browse the repository at this point in the history
…WeightTableRepository.kt

Co-authored-by: 89645321 <[email protected]>
  • Loading branch information
paul2126 and 89645321 authored Nov 25, 2023
1 parent 1d9a8af commit 28d8717
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class WeightTableRepository @Inject constructor(
}

suspend fun replaceWeightTable(weightRowList: List<WeightRow>) {
Log.d("test", "inside replace")

val weightRowEntityList = mutableListOf<WeightRowEntity>()
for (weightRow in weightRowList) {
Expand Down

0 comments on commit 28d8717

Please sign in to comment.