From eba048181e2c55c00afb0b6d47c169e79bc67958 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Tue, 4 Oct 2016 16:04:29 +0200 Subject: [PATCH] print vergessen --- otouto/plugins/steam.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/otouto/plugins/steam.lua b/otouto/plugins/steam.lua index 44973c8..b04b900 100644 --- a/otouto/plugins/steam.lua +++ b/otouto/plugins/steam.lua @@ -52,7 +52,6 @@ function steam:action(msg, config, matches) local text, image_url = steam:send_steam_data(data, msg) utilities.send_typing(msg.chat.id, 'upload_photo') utilities.send_photo(msg.chat.id, image_url, nil, msg.message_id) - print(text) utilities.send_reply(msg, text, 'HTML') end