From 30ea2200a2cffb7e2b65987cffcd6a6a9d842295 Mon Sep 17 00:00:00 2001 From: Yessiest Date: Wed, 19 Jan 2022 14:28:53 +0400 Subject: [PATCH] Removed the debug notification --- libs/thumbnail.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/thumbnail.lua b/libs/thumbnail.lua index e1ea4a8..61e718f 100644 --- a/libs/thumbnail.lua +++ b/libs/thumbnail.lua @@ -13,7 +13,6 @@ thumbnailer.generate = function(path,thumb_path,height) assert(type(path) == "string", "argumenr #1 (path) is not a string") assert(type(thumb_path) == "string", "argument #2 (thumbnail path) is not a string") assert(type(height) == "number","argument #3 (height) is not a number") - require("naughty").notify({text = tostring(path).." "..tostring(thumb_path.." ")..tostring(height)}) if execute("ls "..path) ~= 0 then return false, "unable to access image directory" end