diff options
Diffstat (limited to 'app.lua')
-rw-r--r-- | app.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app.lua b/app.lua index 32c6f00..271fdc3 100644 --- a/app.lua +++ b/app.lua @@ -12,7 +12,6 @@ function love.run() App.snapshot_love() -- Tests always run at the start. App.run_tests_and_initialize() - App.love_version_check() -- hack: we want to run this just the first time and not every time we bounce between 'run' and 'source' --? print('==') love.timer.step() |