chore: Remove debug print during test
This commit is contained in:
@@ -27,7 +27,6 @@ func testFilter() {
|
||||
|
||||
let namespace = Namespace()
|
||||
namespace.registerFilter("repeat") { value, arguments in
|
||||
print(arguments)
|
||||
if !arguments.isEmpty {
|
||||
return "\(value!) \(value!) with args \(arguments.first!!)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user