Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyucandoimage committed Apr 11, 2022
1 parent eeb4e4a commit 30fef23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ class TwigAdapter extends Fractal.Adapter {
/* eslint-disable complexity */
// Goes throught the whole context data tree and turns all includes into a desired data.
function processIncludes(destinationDataNode) {
console.log("PI................7")
if (typeof destinationDataNode === 'object') {

for (let propertyName in destinationDataNode) {
Expand Down

0 comments on commit 30fef23

Please sign in to comment.