Remove test line

Former-commit-id: 8bec1ade61
pull/1161/head
Piero Toffanin 2020-05-01 15:34:15 -04:00
rodzic 15109a9821
commit 019c811494
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', {})