From fdc1f3017493e4db0e6875f1cee6e006068163f9 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Tue, 26 Jul 2016 16:40:48 +0200 Subject: [PATCH] Das hier sollte raus --- otouto/bot.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/otouto/bot.lua b/otouto/bot.lua index d0dee0a..2d9d6db 100644 --- a/otouto/bot.lua +++ b/otouto/bot.lua @@ -259,7 +259,6 @@ function match_plugins(self, msg, config, plugin) if config.enable_analytics and config.botan_token ~= '' then for _,plugin in ipairs(self.plugins) do if plugin.name == 'botan' then - print('Analytics') plugin.action(self, msg, config, nil, plugin_name) end end