aaaaand another stray debug statement

Tue Mar 11 2025

tucker.mcknight@gmail.com


    

c861d4995fd95f066555140b0ce56e381ded3a28

darcs pull https://repos.tuckerm.us/repos/eleventy-darcs/branches/main -h c861d4995fd95f066555140b0ce56e381ded3a28
helpers.js:10
Before
      if (debug) {
        console.log(`line starts with hunk: ${line.startsWith("hunk")}`)
        console.log(`index and lines.length are: ${index} ${lines.length}`)
      }
After