Removing test statement.

This commit is contained in:
mike12345567 2023-12-18 11:45:47 +00:00
parent 213dca323c
commit c374ac6973
1 changed files with 0 additions and 3 deletions

View File

@ -71,9 +71,6 @@ module.exports.processors = [
) {
insideStatement = `(${insideStatement})`
}
if (statement === "{{ uuid }}") {
return statement
}
return `{{ all ${insideStatement} }}`
}),
]