diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2024-03-20 13:43:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-20 13:43:37 +0300 |
| commit | 0bec29f2ba5d92087704d997b9d116f0b352cf2d (patch) | |
| tree | d76811ecc8604d9545049d20eda68f303f615e24 /sub/subJsonService.go | |
| parent | a7418d9708e4f03503315530e68133507ba53278 (diff) | |
UI Improvements (#2067)
Diffstat (limited to 'sub/subJsonService.go')
| -rw-r--r-- | sub/subJsonService.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sub/subJsonService.go b/sub/subJsonService.go index c037eb00..70d58ebe 100644 --- a/sub/subJsonService.go +++ b/sub/subJsonService.go @@ -44,7 +44,6 @@ func NewSubJsonService(fragment string, mux string, rules string, subService *Su defaultRules, _ := routing["rules"].([]interface{}) json.Unmarshal([]byte(rules), &newRules) defaultRules = append(newRules, defaultRules...) - fmt.Printf("routing: %#v\n\nRules: %#v\n\n", routing, defaultRules) routing["rules"] = defaultRules configJson["routing"] = routing } |
