Skip to content

Commit dcc2f24

Browse files
committed
Remove redundant comments
1 parent afa88ff commit dcc2f24

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Modules/Sources/Yosemite/Actions/JetpackConnectionAction.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ public enum JetpackConnectionAction: Action {
2121
/// Provisions connection and returns provision response with scope and secret.
2222
case provisionConnection(completion: (Result<JetpackConnectionProvisionResponse, Error>) -> Void)
2323
/// Finalizes the Jetpack connection by sending a request to WPCom.
24-
/// - Parameters:
25-
/// - siteID: ID of the site
26-
/// - siteURL: URL of the site
27-
/// - provisionResponse: Response from the provision connection call
28-
/// - network: Network instance to create SiteRemote
29-
/// - completion: Called when the result of the finalization is available.
3024
case finalizeConnection(siteID: Int64,
3125
siteURL: String,
3226
provisionResponse: JetpackConnectionProvisionResponse,

0 commit comments

Comments
 (0)