From be97262ec2934c758b1cde98f43fde4f20504784 Mon Sep 17 00:00:00 2001
From: onefang
Date: Thu, 12 Dec 2019 13:46:28 +1000
Subject: Remove some no longer needed commented out code.
---
apt-panopticommon.lua | 2 --
1 file changed, 2 deletions(-)
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua
index 7f4d8f1..2911178 100644
--- a/apt-panopticommon.lua
+++ b/apt-panopticommon.lua
@@ -382,7 +382,6 @@ APT.plurals = function(e, w)
result = e .. " errors"
end
if ("" ~= result) and APT.html then result = "" .. result .. "" end
--- result = " " .. result
if 0 < w then
if 0 < e then result = result .. ", " end
if 1 == w then
@@ -391,7 +390,6 @@ APT.plurals = function(e, w)
result = result .. w .. " warnings"
end
if ("" ~= result) and APT.html then result = "" .. result .. "" end
--- result = " " .. result
end
if "" ~= result then result = " (" .. result .. ")" end
return result
--
cgit v1.1