remove todos from code

This commit is contained in:
Henrique Dias 2016-06-30 23:13:17 +01:00
parent af02b66776
commit 9b92b17e1d

View File

@ -97,11 +97,9 @@ func (f FileManager) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, err
}
// VCS commands
if r.Header.Get("Command") != "" {
// TODO: not implemented on frontend
return vcsCommand(w, r, c)
}
// Creates a new folder
// TODO: not implemented on frontend
return newDirectory(w, r, c)
case http.MethodDelete:
// Delete a file or a directory