Skip to content

Commit

Permalink
🔥 Remove fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
harehare committed Oct 13, 2023
1 parent 4b53cfc commit fa94192
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/internal/infra/firebase/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"bytes"
"compress/gzip"
"context"
"fmt"
"io"
"strings"

Expand Down Expand Up @@ -102,8 +101,6 @@ func (s *CloudStorage) Delete(ctx context.Context, prefix, uid, itemID string) m
return mo.Err[bool](err)
}

fmt.Println(getObjectName(prefix, uid, itemID))

if err = bucket.Object(getObjectName(prefix, uid, itemID)).Delete(ctx); err != nil {
return mo.Err[bool](err)
}
Expand Down

0 comments on commit fa94192

Please sign in to comment.