Skip to content

Commit

Permalink
removing debug statements. Actually added .gitignore this time
Browse files Browse the repository at this point in the history
  • Loading branch information
rogersmark committed Apr 16, 2010
1 parent ea139e1 commit a43dd2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pyc
1 change: 0 additions & 1 deletion pyzootool/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def __init__(self, json_data):
self.parse_results(json_data)

def parse_results(self, json_data):
print json_data
self.uid = json_data['uid']
self.title = json_data['title']
self.url = json_data['url']
Expand Down

0 comments on commit a43dd2c

Please sign in to comment.