Skip to content

Commit ec4140b

Browse files
committed
fix: removed testing console.log
1 parent fced1d4 commit ec4140b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,6 @@ async function renderValue(node, data, placeholder, renderAs, renderedNode) {
535535
match = output.match(/{{(.*?)}}/);
536536
if (match) {
537537
let value
538-
if (match[1].includes('status'))
539-
console.log('test')
540538
try {
541539
let Data = JSON.parse('{' + match[1].replace(/'/g, '"') + '}');
542540
if (Data.storage || Data.database || Data.array || Data.object || Data.index) {

0 commit comments

Comments
 (0)