diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2023-01-20 21:55:52 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2023-01-20 21:55:52 -0800 |
commit | d13d0f9af050bbaab2395854e2531cb6210e0e69 (patch) | |
tree | 8fb86c62f5d67e739e4a69e8fadfd3951c13e6ef | |
parent | bc95ec467b71139e4f50aa2044879d69dfd81717 (diff) | |
download | text.love-d13d0f9af050bbaab2395854e2531cb6210e0e69.tar.gz |
clean up a print
-rw-r--r-- | app.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app.lua b/app.lua index 00bde6a..cf6de60 100644 --- a/app.lua +++ b/app.lua @@ -371,7 +371,6 @@ function App.run_tests() App.initialize_for_test() xpcall(_G[name], function(err) prepend_debug_info_to_test_failure(name, err) end) end - print() -- clean up all test methods for _,name in ipairs(sorted_names) do _G[name] = nil |