diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-28 19:48:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-29 15:33:03 +0300 |
commit | d0e23f3ff61e9fe1f790dac0c6fc0873777d0f86 (patch) | |
tree | 6573c1d96989d966aaf8472efbfeac94666fd07b /mod/mod-package-details.cxx | |
parent | 3ff2e95c6bd0a6692d5631acd8db66f6c604fdda (diff) |
Add some page style improvements
Diffstat (limited to 'mod/mod-package-details.cxx')
-rw-r--r-- | mod/mod-package-details.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/mod-package-details.cxx b/mod/mod-package-details.cxx index 7b75e62..74b3840 100644 --- a/mod/mod-package-details.cxx +++ b/mod/mod-package-details.cxx @@ -255,9 +255,6 @@ handle (request& rq, response& rs) s << TABLE(CLASS="proplist version") << TBODY << TR_VERSION (name, p->version, root, tenant, p->upstream_version) - - // @@ Shouldn't we skip low priority row ? Don't think so, why? - // << TR_PRIORITY (p->priority); // Comparing objects of the license_alternatives class as being of the |