Skip to content

Commit

Permalink
Delete some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed May 8, 2013
1 parent af14655 commit 9deaf0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/http/data_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ func (s *DataStore) CreateFile(id string, size int64, meta map[string]string) er
// @TODO Refactor DataStore to support meta argument properly. Needs to be
// defined in tus protocol first.
entry := logEntry{Meta: &metaEntry{
Size: size,
ContentType: "",
ContentDisposition: "",
Size: size,
}}
return s.appendFileLog(id, entry)
}
Expand Down

0 comments on commit 9deaf0f

Please sign in to comment.