Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
enki committed Jun 13, 2010
1 parent 31f206c commit 371836e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tragedy/rows.py
Expand Up @@ -451,7 +451,7 @@ class DictRow(BasicRow):

def __getitem__(self, column_key):
value = self.get(column_key)
print 'FUCK', self.column_values
# print 'FUCK', self.column_values
if value is None:
raise KeyError('No Value set for %s (%s)' % (column_key, self._column_family))
return value
Expand Down

0 comments on commit 371836e

Please sign in to comment.