mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 19:54:54 -06:00
Remove a debug log message accidentally checked in
This commit is contained in:
@@ -851,10 +851,6 @@ func (manager *SnapshotManager) CheckSnapshots(snapshotID string, revisionsToChe
|
||||
}
|
||||
}
|
||||
|
||||
for chunk, size := range chunkSizeMap {
|
||||
LOG_INFO("debug", "Chunk %s: %d", chunk, size)
|
||||
}
|
||||
|
||||
if snapshotID == "" || showStatistics || showTabular {
|
||||
snapshotIDs, err := manager.ListSnapshotIDs()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user