Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexronquillo committed Oct 22, 2021
1 parent 88cca0f commit f833555
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/templates/LabOverviewTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const LabOverviewTemplate = ({ data, location }) => {
const { mdx, guides } = data;
const { frontmatter, body } = mdx;
const { title, description } = frontmatter;
console.log(guides?.nodes);

function sortProcedures(a, b) {
if (a.frontmatter.procIdx > b.frontmatter.procIdx) {
Expand Down

0 comments on commit f833555

Please sign in to comment.