]> git.sesse.net Git - nageru/blobdiff - theme.lua
Remove a debug printf.
[nageru] / 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