Skip to content

Commit be51666

Browse files
committed
Remove console.log()
1 parent 608380d commit be51666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/install-title/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ async function pushApplicationRecord(
410410
);
411411
console.debug(`Found ${entriesRead} existing content meta records`);
412412
} catch (err: unknown) {
413-
console.log('nsListApplicationRecordContentMeta', err);
413+
//console.log('nsListApplicationRecordContentMeta', err);
414414
}
415415

416416
// Add new content meta keys to the end of the array

0 commit comments

Comments
 (0)