mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
remove comment code
This commit is contained in:
parent
37ffcd4ed9
commit
b2db339741
1 changed files with 0 additions and 11 deletions
11
handler.go
11
handler.go
|
|
@ -373,17 +373,6 @@ func (p *postDBRequest) UnmarshalJSON(b []byte) error {
|
|||
p.Options = DBOptions{ColumnLabel: value}
|
||||
}
|
||||
|
||||
//if len(options) == 0 {
|
||||
// p.Options = DBOptions{}
|
||||
//} else {
|
||||
// err := validateOptions(options, "columnLabel")
|
||||
// if err != nil {
|
||||
// return err
|
||||
// } else {
|
||||
// p.Options = DBOptions{ColumnLabel: options["columnLabel"].(string)}
|
||||
// }
|
||||
//}
|
||||
|
||||
default:
|
||||
return fmt.Errorf("Unknown key: %v:%v", key, value)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue