diff --git a/src/adapter.js b/src/adapter.js index d9e516e..08f6a16 100644 --- a/src/adapter.js +++ b/src/adapter.js @@ -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) {