Skip to content

Commit

Permalink
removed print statement refs #45
Browse files Browse the repository at this point in the history
  • Loading branch information
TalissaJoly committed Apr 15, 2015
1 parent 0d86355 commit b8fcf05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crabpy/gateway/capakey.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,6 @@ def get_perceel_by_capakey(self, capakey):
def creator():
url = self.url + '/municipality/' + str(gid) + '/department/' + str(aid) + '/section/' + str(sid) + '/parcel/1154/02C000?type=json'
res = requests.get(url).json()
print res
return Perceel(
res['perceelnummer'],
Sectie(sid, Afdeling(aid)),
Expand Down

0 comments on commit b8fcf05

Please sign in to comment.