Skip to content

Commit 0b5b380

Browse files
committed
Remove debugger
1 parent 219c15e commit 0b5b380

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/execute/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ export function baseUrl(obj) {
243243
}
244244

245245
function oas3BaseUrl({spec, pathName, method, server, contextUrl, serverVariables = {}}) {
246-
debugger
247246
const servers =
248247
getIn(spec, ['paths', pathName, (method || '').toLowerCase(), 'servers']) ||
249248
getIn(spec, ['paths', pathName, 'servers']) ||

0 commit comments

Comments
 (0)