Skip to content

Commit 7946e0e

Browse files
committed
Remove printtesttimetaken property of FlexDebug
1 parent f581f58 commit 7946e0e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ TODO: add note about requiring the flex helper to run in the background during t
2525
```luau title="The Flex testing script" linenums="1"
2626
getgenv().FlexDebug = {
2727
["printcheckpoints"] = false,
28-
["delaybetweentests"] = 0,
29-
["printtesttimetaken"] = false,
28+
["delaybetweentests"] = 0
3029
}
3130
3231
loadstring(game:HttpGet("https://script.flex.gd/"))()

0 commit comments

Comments
 (0)