aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/core/bridge.go
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/core/bridge.go')
-rw-r--r--bridge/core/bridge.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/bridge/core/bridge.go b/bridge/core/bridge.go
index 2b2db0a2..4b93be7f 100644
--- a/bridge/core/bridge.go
+++ b/bridge/core/bridge.go
@@ -236,7 +236,6 @@ func (b *Bridge) loadConfig() (Configuration, error) {
result := make(Configuration, len(pairs))
for key, value := range pairs {
key := strings.TrimPrefix(key, keyPrefix)
- fmt.Println(key, value)
result[key] = value
}