From 778fe6ec989e7ed640a6c3d209099b6be3945bba Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 28 Apr 2018 14:45:49 +0200 Subject: [PATCH] Remove some stray debugging code in the theme. --- theme.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/theme.lua b/theme.lua index 12636ae..401cbd9 100644 --- a/theme.lua +++ b/theme.lua @@ -225,8 +225,6 @@ local static_chain_lq = EffectChain.new(16, 9) local static_chain_lq_input = static_chain_lq:add_effect(ImageInput.new("bg.jpeg")) static_chain_lq:finalize(false) -inspect = require('inspect') - -- Used for indexing into the tables of chains. function get_input_type(signals, signal_num) if signal_num == STATIC_SIGNAL_NUM then -- 2.39.2