@capillarytech/creatives-library 8.0.196 → 8.0.197

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "8.0.196",
4
+ "version": "8.0.197",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -575,7 +575,6 @@ export const Rcs = (props) => {
575
575
 
576
576
  useEffect(() => {
577
577
  const details = isFullMode ? rcsData?.templateDetails : templateData;
578
- console.log('details', details);
579
578
 
580
579
  if (details && Object.keys(details).length > 0) {
581
580
  if (!isFullMode) {