Stop creating a changelog that is no longer used

This commit is contained in:
Jamie Cameron
2025-03-17 15:49:07 -07:00
parent bb787e4e1c
commit 13acaeece7

View File

@ -247,7 +247,6 @@ if (-d "/home/jcameron/webmin.com" && (!$release || $release == 1)) {
# this is a new full version, so round down to the previous full version
$lastvers = sprintf("%.2f0", $vers-0.006);
}
system("./showchangelog.pl --html $lastvers >/home/jcameron/webmin.com/changes-$vers.html");
}
if ($min && !$release) {