From 75efc41d8a9d350edcbcf0aaa03d5bbb5e61c0f5 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 25 Oct 2015 19:59:47 +0100 Subject: [PATCH] Remove a debug output. --- theme.lua | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2