Skip to content

Commit f200abb

Browse files
committed
code cleanup
2 parents 67d0def + 14d4322 commit f200abb

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

dist/rapidoc-min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.gz

36 Bytes
Binary file not shown.

dist/rapidoc-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.map.gz

-2 Bytes
Binary file not shown.

dist/report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/rapidoc-min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/parse-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default async function ProcessSpec(specUrl){
1212
});
1313
}
1414
catch(err){
15-
debugger;
15+
console.info("%c There was an issue while parsing the spec %o ", "color:orangered", err);
1616
jsonParsedSpec = await parser.bundle(specUrl, {
1717
resolve: { http: { withCredentials: false } }
1818
});

0 commit comments

Comments
 (0)