Skip to content

Commit

Permalink
Update lib/pageTemplate.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Robinson <martinjrobins@gmail.com>
  • Loading branch information
alasdairwilson and martinjrobins authored Oct 30, 2023
1 parent e9e967e commit 7f15cba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pageTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const pageTemplate: PageTemplate | undefined = (() => {
try {
const fileContents = fs.readFileSync(yamlTemplate, 'utf8');
const data = yaml.load(fileContents) as PageTemplate;
console.log(data);
return data
} catch (e) {
console.error(e);
Expand Down

0 comments on commit 7f15cba

Please sign in to comment.