diff --git a/crabpy/gateway/capakey.py b/crabpy/gateway/capakey.py index 97dd957..58c32f1 100644 --- a/crabpy/gateway/capakey.py +++ b/crabpy/gateway/capakey.py @@ -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)),