2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 08:00:48 +00:00

Remove leftover comment

This commit is contained in:
Alexander Neumann 2015-04-30 00:25:00 +02:00
parent aeedd2a370
commit 24fc5d343f

View File

@ -263,8 +263,6 @@ func (cmd CmdBackup) Execute(args []string) error {
return nil
}
// TODO: load index
_, id, err := arch.Snapshot(newArchiveProgress(stat), target, parentSnapshotID)
if err != nil {
return err