Skip to content

Commit

Permalink
address the comment
Browse files Browse the repository at this point in the history
Signed-off-by: Song Gao <[email protected]>
  • Loading branch information
Yisaer committed Sep 24, 2024
1 parent 88ff263 commit 47adac3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/conf/yaml_config_ops.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,6 @@ func NewConfigOperatorFromConnectionStorage(pluginName string) (ConfigOperator,
} else {
return nil, fmt.Errorf("file content is not right: %v", plgCnfs)
}
} else {
Log.Warnf("connection type %s have no config in connection.yaml", pluginName)
}

prefix := buildKey("connections", pluginName, "")
Expand Down

0 comments on commit 47adac3

Please sign in to comment.