Skip to content

Commit

Permalink
debug時のコード削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Sep 30, 2023
1 parent 55db89e commit a4cae0e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/gcstree.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package internal
import (
"context"
"fmt"
"log"
"strings"

"cloud.google.com/go/storage"
Expand Down Expand Up @@ -52,9 +51,6 @@ func (g *GCSTree) GetObjectList(ctx context.Context) ([]string, error) {
if err != nil {
return nil, err
}

log.Println("Debug:")
fmt.Println(attrs.Name)
g.counter.count(attrs.Name)
names = append(names, attrs.Name)
}
Expand Down

0 comments on commit a4cae0e

Please sign in to comment.