Skip to content

Commit ed76a10

Browse files
committed
Linter fixes
1 parent 61a4989 commit ed76a10

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

src/core/components/operations.jsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import React from "react"
22
import PropTypes from "prop-types"
3-
import { helpers } from "swagger-client"
43
import { createDeepLinkPath, sanitizeUrl } from "core/utils"
5-
const { opId } = helpers
64

75
export default class Operations extends React.Component {
86

@@ -21,15 +19,10 @@ export default class Operations extends React.Component {
2119
render() {
2220
let {
2321
specSelectors,
24-
specActions,
25-
oas3Actions,
2622
getComponent,
2723
layoutSelectors,
2824
layoutActions,
29-
authActions,
30-
authSelectors,
31-
getConfigs,
32-
fn
25+
getConfigs
3326
} = this.props
3427

3528
let taggedOps = specSelectors.taggedOperations()

src/core/plugins/oas3/wrap-components/parameters.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ class Parameters extends Component {
9595
operation
9696
} = this.props
9797

98-
console.log('rendering Parameters')
99-
10098
const ParameterRow = getComponent("parameterRow")
10199
const TryItOutButton = getComponent("TryItOutButton")
102100
const ContentType = getComponent("contentType")

0 commit comments

Comments
 (0)