From 57a6491f172f167b8d574a68bc9f32c277105427 Mon Sep 17 00:00:00 2001 From: YouROK <8yourok8@mail.ru> Date: Mon, 24 May 2021 20:08:34 +0300 Subject: [PATCH] remove unused comments --- web/src/components/DialogCacheInfo.js | 73 --------------------------- 1 file changed, 73 deletions(-) diff --git a/web/src/components/DialogCacheInfo.js b/web/src/components/DialogCacheInfo.js index f31147f..68d170a 100644 --- a/web/src/components/DialogCacheInfo.js +++ b/web/src/components/DialogCacheInfo.js @@ -6,45 +6,6 @@ import DialogTitle from '@material-ui/core/DialogTitle' import DialogContent from '@material-ui/core/DialogContent' import { cacheHost } from '../utils/Hosts' -// const style = { -// cache: { -// paddingLeft: "6px", -// paddingRight: "2px", -// lineHeight: "11px", -// }, -// piece: { -// width: "12px", -// height: "12px", -// backgroundColor: "#eef2f4", -// border: "1px solid #eef2f4", -// display: "inline-block", -// marginRight: "1px", -// }, -// pieceComplete: { -// backgroundColor: "#3fb57a", -// borderColor: "#3fb57a", -// }, -// pieceLoading: { -// backgroundColor: "#00d0d0", -// borderColor: "#00d0d0", -// }, -// readerRange: { -// borderColor: "#9a9aff !important", -// }, -// pieceReader: { -// borderColor: "#000000 !important", -// }, -// pieceProgress: { -// position: "relative", -// zIndex: "1", -// backgroundColor: "#009090", - -// left: "-1px", -// top: "-1px", -// width: "12px", -// }, -// } - export default function DialogCacheInfo(props) { const [hash] = React.useState(props.hash) const [cache, setCache] = React.useState({}) @@ -139,40 +100,6 @@ export default function DialogCacheInfo(props) { ) } -// function getCacheMap(cache) { -// if (!cache || !cache.PiecesCount) return '' -// var html = '' -// for (let i = 0; i < cache.PiecesCount; i++) { -// html += "" -// } -// } -// cache.Readers.forEach((r, k) => { -// if (i >= r.Start && i <= r.End && i !== r.Reader) -// html += ' reader-range' -// if (i === r.Reader) { -// html += ' piece-reader' -// info += ' reader' -// } -// }) -// html += "' title='" + info + "'>" -// html += prcDiv -// html += "" -// } -// return html -// } - function getCache(hash, callback) { try { fetch(cacheHost(), {