Remove a debug log message accidentally checked in

This commit is contained in:
Gilbert Chen
2020-09-18 14:59:44 -04:00
parent 16d2c14c5a
commit b7d820195a

View File

@@ -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 { if snapshotID == "" || showStatistics || showTabular {
snapshotIDs, err := manager.ListSnapshotIDs() snapshotIDs, err := manager.ListSnapshotIDs()
if err != nil { if err != nil {