Neeraj Gupta před 1 rokem
rodič
revize
8b1064f401
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 1
      README.md
  2. 0 2
      pkg/collections.go

+ 3 - 1
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
 ### Getting Started
 
 

+ 0 - 2
pkg/collections.go

@@ -1,7 +1,6 @@
 package pkg
 package pkg
 
 
 import (
 import (
-	debuglog "cli-go/pkg/log"
 	"cli-go/pkg/model"
 	"cli-go/pkg/model"
 	"cli-go/utils/encoding"
 	"cli-go/utils/encoding"
 	"context"
 	"context"
@@ -38,7 +37,6 @@ func (c *ClICtrl) fetchRemoteCollections(ctx context.Context) error {
 		if putErr != nil {
 		if putErr != nil {
 			return putErr
 			return putErr
 		}
 		}
-		debuglog.PrintAlbum(album)
 	}
 	}
 	if maxUpdated > lastSyncTime {
 	if maxUpdated > lastSyncTime {
 		err = c.PutConfigValue(ctx, model.CollectionsSyncKey, []byte(strconv.FormatInt(maxUpdated, 10)))
 		err = c.PutConfigValue(ctx, model.CollectionsSyncKey, []byte(strconv.FormatInt(maxUpdated, 10)))