Merge branch 'v2.0'
diff --git a/skyquake/plugins/composer/src/src/components/CatalogPackageManager.js b/skyquake/plugins/composer/src/src/components/CatalogPackageManager.js
index 0811093..f577f8b 100644
--- a/skyquake/plugins/composer/src/src/components/CatalogPackageManager.js
+++ b/skyquake/plugins/composer/src/src/components/CatalogPackageManager.js
@@ -70,7 +70,7 @@
 				return (
 					<div className="file-download">
 						<a className="file-download-link" href={download.url}>Download Package</a>
-						<span>expires&nbsp;</span> {duration.humanize(true)}
+						{/*<span>expires&nbsp;</span> {duration.humanize(true)}*/}
 
 					</div>
 				);