Skip to content

Commit

Permalink
chore: remove data display
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 28, 2025
1 parent 3fc8ec3 commit eab667d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ async function download({ context, repository, owner }: { context: GitHubContext
}

export function parseYaml(data: null | string) {
console.log("Will attempt to parse YAML data:", data);
console.log("Will attempt to parse YAML data...");
try {
if (data) {
const parsedData = YAML.load(data);
Expand Down

0 comments on commit eab667d

Please sign in to comment.