Skip to content

Commit

Permalink
Debug print removed...
Browse files Browse the repository at this point in the history
  • Loading branch information
piogor committed Jan 7, 2019
1 parent 8e606a1 commit aff9f5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dsconfig/dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ def get_db_data(db, patterns=None, **options):
# skip classes already dump
if cls not in data.classes.keys():
# class properties
print db.get_class_property_list(cls).value_string
for prop, value in db.get_class_property(cls, list(db.get_class_property_list(cls))).items():

if value:
value = [str(v) for v in value]
data.classes[cls].properties[prop] = value
Expand Down

0 comments on commit aff9f5b

Please sign in to comment.