개정판 8c847a46
issue #563: remove debug code
Change-Id: I839c218dca7c560ce8ac3cbb3bde6a41434dd614
DTI_PID/DTI_PID/Shapes/SymbolSvgItem.py | ||
---|---|---|
1504 | 1504 |
appDocData = AppDocData.instance() |
1505 | 1505 |
|
1506 | 1506 |
uidNode = node.find('UID') |
1507 |
if uidNode.text == 'bf8c0fd7-f4a2-4a50-befc-792a82659a23': |
|
1508 |
print('a') |
|
1509 | 1507 |
uid = uidNode.text if uidNode is not None else uuid.uuid4() # generate UUID |
1510 | 1508 |
|
1511 | 1509 |
pt = [float(x) for x in node.find('LOCATION').text.split(',')] |
내보내기 Unified diff