<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,6 @@ import logging
 import urllib
 import urllib2
 from urlparse import urljoin
-import pdb
 import simplejson
 log = logging.getLogger(__name__)
 
@@ -44,5 +43,4 @@ class BaseClient(object):
         response = urllib2.urlopen(req)
         json_response = response.read()
         data = simplejson.loads(json_response)
-#        pdb.set_trace()
         return data</diff>
      <filename>client.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b9d4ad133ba5b1ce2fb56430c54a39a762ac492e</id>
    </parent>
  </parents>
  <author>
    <name>ctrochalakis</name>
    <email>yatiohi@ideopolis.gr</email>
  </author>
  <url>http://github.com/ctrochalakis/django-jsonutils/commit/092a831beb46cada349598a6edf5ffe7914026bc</url>
  <id>092a831beb46cada349598a6edf5ffe7914026bc</id>
  <committed-date>2008-08-22T14:04:43-07:00</committed-date>
  <authored-date>2008-08-22T14:04:43-07:00</authored-date>
  <message>minor: remove pdb from client.py</message>
  <tree>39183a3835b3a38aa783620ca5a16f3bfa76044b</tree>
  <committer>
    <name>ctrochalakis</name>
    <email>yatiohi@ideopolis.gr</email>
  </committer>
</commit>
