diff -U2 -r /var/lib/copr-rpmbuild/results/i2pd-git/upstream-unpacked/Source0/i2pd-openssl/contrib/webconsole/torrent_client.html /var/lib/copr-rpmbuild/results/i2pd-git/srpm-unpacked/i2pd-openssl.tar.gz-extract/i2pd-openssl/contrib/webconsole/torrent_client.html --- /var/lib/copr-rpmbuild/results/i2pd-git/upstream-unpacked/Source0/i2pd-openssl/contrib/webconsole/torrent_client.html 2026-08-24 13:54:21.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/i2pd-git/srpm-unpacked/i2pd-openssl.tar.gz-extract/i2pd-openssl/contrib/webconsole/torrent_client.html 2026-08-24 13:43:32.000000000 +0000 @@ -163,5 +163,4 @@ Progress Download Rate - Upload Rate Actions @@ -207,7 +206,4 @@ const percent = Math.round(el.percentDone); const speed = window.tjs.formatBytes(el.rateDownload); - const speed_upload = window.tjs.formatBytes(el.rateUpload); - console.log(`speed ${el.rateDownload}/${el.rateUpload}`); - console.log(el) const statusText = window.tjs.getStatusString(el.status); const name = el.name || 'UNNAMED_METADATA'; @@ -227,5 +223,4 @@ ${speed} - ${speed_upload}