From: Steinar H. Gunderson Date: Sun, 25 Oct 2015 18:59:47 +0000 (+0100) Subject: Remove a debug output. X-Git-Tag: 1.0.0~222 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=75efc41d8a9d350edcbcf0aaa03d5bbb5e61c0f5;p=nageru Remove a debug output. --- diff --git a/theme.lua b/theme.lua index bfb459f..523221f 100644 --- 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