Skip to content

Commit

Permalink
oups: left debug code in console
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Oct 21, 2024
1 parent cd6c78c commit faff940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapidoc/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ window.addEventListener('DOMContentLoaded', (event) => {
label: snippet.title,
source: snippet.content
});
console.log(JSON.stringify(code_samples[code_samples.length - 1], null, 2));
// console.log(JSON.stringify(code_samples[code_samples.length - 1], null, 2));
}
if (pathItem !== undefined && pathItem['x-code-samples' as keyof typeof pathItem] === undefined) {
(pathItem as any)['x-code-samples'] = code_samples;
Expand Down

0 comments on commit faff940

Please sign in to comment.