Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel van Gils committed Aug 1, 2017
1 parent 94f466d commit 2b7bc77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ func unzip(src, dest string) error {

err = os.MkdirAll(fdir, os.ModePerm)
if err != nil {
log.Fatal(err)
return err
}
f, err := os.OpenFile(
Expand Down

0 comments on commit 2b7bc77

Please sign in to comment.