Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbojangles3 committed Sep 25, 2024
1 parent 58384a8 commit 2ca0262
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filesystem/fat32/fat32_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,6 @@ func TestCreateFileTree(t *testing.T) {
if err != nil {
t.Errorf("Error making microfile in root: %v", err)
}
//r := rand.New(rand.Uint64())
for i := 0; i < 100; i++ {
inc := strconv.Itoa(i)
err = mkdir(f, "/b/sub"+inc)
Expand Down

0 comments on commit 2ca0262

Please sign in to comment.