diff --git a/README.md b/README.md index b0fe07ad5..287a14b85 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# cli tool for exporting ente photos +# cli tool for exporting data from ente.io + +#### You can configure multiple accounts for export ### Getting Started diff --git a/pkg/collections.go b/pkg/collections.go index d8cca3e4a..cf12c5e5d 100644 --- a/pkg/collections.go +++ b/pkg/collections.go @@ -1,7 +1,6 @@ package pkg import ( - debuglog "cli-go/pkg/log" "cli-go/pkg/model" "cli-go/utils/encoding" "context" @@ -38,7 +37,6 @@ func (c *ClICtrl) fetchRemoteCollections(ctx context.Context) error { if putErr != nil { return putErr } - debuglog.PrintAlbum(album) } if maxUpdated > lastSyncTime { err = c.PutConfigValue(ctx, model.CollectionsSyncKey, []byte(strconv.FormatInt(maxUpdated, 10)))