mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-25 22:42:16 -05:00
Remove debug output
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package svc
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"regexp"
|
||||
|
||||
validation "github.com/go-ozzo/ozzo-validation/v4"
|
||||
@@ -51,7 +50,6 @@ func validateGetSettingsValue(req *proto.GetSettingsValueRequest) error {
|
||||
}
|
||||
|
||||
func validateListSettingsValues(req *proto.ListSettingsValuesRequest) error {
|
||||
fmt.Println(req.Identifier)
|
||||
return validation.ValidateStruct(
|
||||
req.Identifier,
|
||||
validation.Field(&req.Identifier.Extension, validation.Match(regexForKeys)),
|
||||
|
||||
Reference in New Issue
Block a user