Skip to content

Commit b635fe4

Browse files
committed
remove comments
1 parent 8c19d90 commit b635fe4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/services/integrationRuntimes/format.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ export interface RawAzureIntegrationRuntimeUnion {
110110
referenceName?: string
111111
}
112112

113-
// function useInterfaceToExtractData<ExpectedDataType>(
114-
// data: unknown
115-
// ): ExpectedDataType {
116-
// return data as ExpectedDataType
117-
// }
118-
119113
const formatProperties = (
120114
runtimeProperties?: RawAzureIntegrationRuntimeUnion
121115
): AzureIntegrationRuntimeProperties => {

0 commit comments

Comments
 (0)