Skip to content

Commit

Permalink
remove xmp
Browse files Browse the repository at this point in the history
  • Loading branch information
labudzinski committed Feb 21, 2024
1 parent a90ee94 commit 924dd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Traits/HasBaseAssetProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function getIndexData(ElementInterface $element, ConfigReader $configRead
'width' => $element->getWidth(),
'height' => $element->getHeight(),
],
'xmpData' => $element->getXMPData() ?: null,
// 'xmpData' => $element->getXMPData() ?: null,
'exifData' => $element->getEXIFData() ?: null,
'iptcData' => $element->getIPTCData() ?: null,
]));
Expand Down

0 comments on commit 924dd3e

Please sign in to comment.