Skip to content

Commit

Permalink
Remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jan 2, 2025
1 parent 608380d commit be51666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/install-title/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ async function pushApplicationRecord(
);
console.debug(`Found ${entriesRead} existing content meta records`);
} catch (err: unknown) {
console.log('nsListApplicationRecordContentMeta', err);
//console.log('nsListApplicationRecordContentMeta', err);
}

// Add new content meta keys to the end of the array
Expand Down

0 comments on commit be51666

Please sign in to comment.