Skip to content

Commit

Permalink
Remove a couple debugging lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdeboard committed Mar 2, 2012
1 parent 9dea704 commit bcbbac5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python_usdol.py
Expand Up @@ -153,8 +153,6 @@ def fetch_data(self, dataset, table='$metadata', fmt='json', top=0,


qs = self._get_querystring(top=top, skip=skip, select=select, qs = self._get_querystring(top=top, skip=skip, select=select,
orderby=orderby, filter_=filter_) orderby=orderby, filter_=filter_)
import sys
print >> sys.stdout, qs
self.dataset = dataset self.dataset = dataset
self.table = table self.table = table
enc_opts = ['json', 'xml'] enc_opts = ['json', 'xml']
Expand Down

0 comments on commit bcbbac5

Please sign in to comment.