Skip to content

Commit

Permalink
Remove stale code
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Feb 21, 2016
1 parent 1973512 commit 30b8515
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drive/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ func (self *Drive) saveFile(args saveFileArgs) (int64, int64, error) {
// Calculate average download rate
rate := calcRate(bytes, started, time.Now())

//if deleteSourceFile {
// self.Delete(args.Id)
//}

// Close File
outFile.Close()

Expand Down

0 comments on commit 30b8515

Please sign in to comment.