chore: Remove debug print during test

This commit is contained in:
Kyle Fuller
2016-11-28 03:00:51 +00:00
parent e84f8a41d4
commit 3b5e8f2468

View File

@@ -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!!)"
}