Skip to content

Commit 9eea073

Browse files
committed
chore: disable debug logging for bundling process
1 parent b3ba1d9 commit 9eea073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ function removeFromInventory(inventory: InventoryEntry[], entry: any) {
534534
* @param options
535535
*/
536536
export const bundle = (parser: $RefParser, options: ParserOptions) => {
537-
console.log('Bundling $ref pointers in %s', parser.$refs._root$Ref.path);
537+
// console.log('Bundling $ref pointers in %s', parser.$refs._root$Ref.path);
538538
perf.mark('bundle-start');
539539

540540
// Build an inventory of all $ref pointers in the JSON Schema

0 commit comments

Comments
 (0)