Skip to content

Commit 3bdec53

Browse files
committed
remove redundant comment
1 parent a479da4 commit 3bdec53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/util/azureclient/azuresdk/armnetwork/flowlogs.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ type flowLogsClient struct {
2323
*armnetwork.FlowLogsClient
2424
}
2525

26-
// NewFlowLogsClient creates a new FlowLogsClient
2726
func NewFlowLogsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (FlowLogsClient, error) {
2827
client, err := armnetwork.NewFlowLogsClient(subscriptionID, credential, options)
2928
return &flowLogsClient{client}, err

0 commit comments

Comments
 (0)