Skip to content

Commit

Permalink
Updated model, commented out debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyWilliams committed Sep 21, 2016
1 parent 66edc67 commit dedcede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pycovjson/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ class Reference(object):
def __init__(self, obj_list):
self.coordinates = []
self.obj_list = obj_list
print('Object list : ', self.obj_list)

def get_temporal(self, *args):
return self.TemporalReferenceSystem(*args)
Expand All @@ -151,7 +150,7 @@ def to_list(self):

for elem in self.obj_list:
item_list.append(elem.to_dict())
print('Item list:', item_list)
#print('Item list:', item_list)
return item_list


Expand Down

0 comments on commit dedcede

Please sign in to comment.