Skip to content

Commit 87fb10f

Browse files
committed
re-comment
1 parent 7c0ad98 commit 87fb10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-api/plugins/decorators/code-samples-decorator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function CodeSamplesDecorator(target) {
3737

3838
if (!existsSync(codeSamplePath)) {
3939
// Just use this console log in development to see which operations are missing a code sample.
40-
console.log(`Missing code sample for operation ${target.operationId}.${langSuffix}`);
40+
// console.log(`Missing code sample for operation ${target.operationId}.${langSuffix}`);
4141
return;
4242
}
4343

0 commit comments

Comments
 (0)