Skip to content

Commit 4df0178

Browse files
Random comment removal.
1 parent c0f4baa commit 4df0178

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515

1616
"millions-of-words/fetch"
1717

18-
// loader "millions-of-words/loaders/sqlite"
1918
loader "millions-of-words/loaders/supabase"
2019
"millions-of-words/models"
2120
"millions-of-words/words"
@@ -513,7 +512,6 @@ func importAlbumHandler(c echo.Context) error {
513512
Successfully imported %s - %s
514513
</div>`, albumData.ArtistName, albumData.AlbumName))
515514

516-
// Send progress update immediately after each success
517515
progressMsg := fmt.Sprintf(`
518516
<div class="text-gray-400 text-sm text-right">
519517
Processed %d of %d

0 commit comments

Comments
 (0)