]> git.sesse.net Git - nageru/commitdiff
Remove some stray debugging code in the theme.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 28 Apr 2018 12:45:49 +0000 (14:45 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 28 Apr 2018 12:45:49 +0000 (14:45 +0200)
theme.lua

index 12636ae8942d14db23042386c195d927183123ad..401cbd9b842d822d74d0fbbbd2f437e630e3e95e 100644 (file)
--- 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