Skip to content

Commit

Permalink
chore: removed unwanted log
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 18, 2025
1 parent 74136a1 commit c86a5c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/github/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ export function parseYaml(data: null | string) {
console.log("Will attempt to parse YAML data:", data);
try {
if (data) {
console.log("Before parsing", data);
const parsedData = YAML.parse(data);
console.log("Parsed YAML data", parsedData);
return { yaml: parsedData ?? null, errors: null };
Expand Down

0 comments on commit c86a5c3

Please sign in to comment.