]> git.sesse.net Git - nageru/commitdiff
Remove a debug output.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 25 Oct 2015 18:59:47 +0000 (19:59 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 25 Oct 2015 18:59:47 +0000 (19:59 +0100)
theme.lua

index bfb459f51dfe50dfb88951df1ed880b01b990175..523221ff71e808117682b64e226b386288f95a8b 100644 (file)
--- a/theme.lua
+++ b/theme.lua
@@ -6,7 +6,6 @@
 -- Themes are written in Lua, which reflects a simplified form of the Movit API
 -- where all the low-level details (such as texture formats) are handled by the
 -- C++ side and you generally just build chains.
-io.write("hello from lua\n")
 
 local transition_start = -2.0
 local transition_end = -1.0