Skip to content

Commit b8ba486

Browse files
committed
Remove extra debug print in loggerMiddleware test
1 parent edfb0ad commit b8ba486

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/loggerMiddleware.spec.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ return function()
2626
type = "testActionType",
2727
})
2828

29-
print(outputMessage)
30-
3129
expect(outputCount).to.equal(1)
3230
expect(outputMessage:find("testActionType")).to.be.ok()
3331
expect(outputMessage:find("fooValue")).to.be.ok()

0 commit comments

Comments
 (0)