mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
remove errant debugging println
Co-Authored-By: jaffee <matthew.jaffee@gmail.com>
This commit is contained in:
parent
0ef3e5e144
commit
53fb82ea72
1 changed files with 0 additions and 1 deletions
|
|
@ -420,7 +420,6 @@ func (h *Handler) handleGetSchema(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
|
||||
func (h *Handler) handlePostSchema(w http.ResponseWriter, r *http.Request) {
|
||||
fmt.Println("here")
|
||||
schema := &pilosa.Schema{}
|
||||
if err := json.NewDecoder(r.Body).Decode(schema); err != nil {
|
||||
http.Error(w, fmt.Sprintf("decoding request as JSON Pilosa schema: %v", err), http.StatusBadRequest)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue