Commit fe74613c authored by Javier Diaz's avatar Javier Diaz
Browse files

Debugging

parent 30468bc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@ def record_exists(record : DltRecord) -> bool:
    exists = exists and (len(record.record_id.domain_uuid.uuid) > 0)
    exists = exists and (record.record_id.type != DLTRECORDTYPE_UNDEFINED)
    exists = exists and (len(record.record_id.record_uuid.uuid) > 0)
    #exists = exists and (record.operation != DLTRECORDOPERATION_UNDEFINED)
    exists = exists and (record.operation != DLTRECORDOPERATION_UNDEFINED)
    exists = exists and (len(record.data_json) > 0)
    return exists