@mjhls/mjh-framework 1.0.176 → 1.0.177

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -13695,7 +13695,6 @@ var MasterDeck = function (_React$Component) {
13695
13695
  return _this.defaultImage;
13696
13696
  }
13697
13697
  }, _this.changePageNumber = function (pageNumber) {
13698
- console.log(pageNumber);
13699
13698
  var _this$props2 = _this.props,
13700
13699
  seoPaginate = _this$props2.seoPaginate,
13701
13700
  pageview = _this$props2.pageview,
@@ -28518,7 +28517,6 @@ var NativeAd = function NativeAd(props) {
28518
28517
  sizes = _props$node.sizes,
28519
28518
  sizeMapping = _props$node.sizeMapping;
28520
28519
 
28521
- console.log('props', props);
28522
28520
  return React__default.createElement(
28523
28521
  'div',
28524
28522
  { className: 'native-ad-wrapper', style: { textAlign: 'center' } },
@@ -29204,8 +29202,6 @@ var AlphabeticList = function AlphabeticList(_ref) {
29204
29202
  };
29205
29203
 
29206
29204
  var PdfDownload = function PdfDownload(props) {
29207
- console.log(props.issueInfo.asset.url);
29208
-
29209
29205
  return React__default.createElement(
29210
29206
  'div',
29211
29207
  { className: 'pdf-download', style: { textAlign: 'center', padding: '1rem 0', borderTop: '1px solid #eee', marginTop: '1rem' } },
@@ -29598,7 +29594,6 @@ var OncliveHero = function OncliveHero(props) {
29598
29594
  function urlFor(source) {
29599
29595
  return builder.image(source);
29600
29596
  }
29601
- console.log(props);
29602
29597
  return React__default.createElement(
29603
29598
  'div',
29604
29599
  { className: 'article-group--container' },
@@ -29954,7 +29949,6 @@ var RelatedContent = function RelatedContent(props) {
29954
29949
  'div',
29955
29950
  { className: 'related-articles-container' },
29956
29951
  dataRecord.map(function (article, index) {
29957
- console.log(article);
29958
29952
  return React__default.createElement(
29959
29953
  Link,
29960
29954
  { href: '/view/[url]', as: '/view/' + article.url.current, key: index },