Remove test line

pull/1106/head
Piero Toffanin 2020-05-01 15:34:15 -04:00
rodzic b6982e27ac
commit 8bec1ade61
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -259,7 +259,6 @@ class ODM_Photo:
if xmp_start < xmp_end:
xmp_str = img_str[xmp_start:xmp_end + 12]
xmp_str = xmp_str.replace("rdf:about=''xmlns", "rdf:about='' xmlns")
xdict = x2d.parse(xmp_str)
xdict = xdict.get('x:xmpmeta', {})
xdict = xdict.get('rdf:RDF', {})