Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Remove accidental print stmt in SystemManager
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Nov 21, 2011
1 parent ec9a5de commit 9a42676
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycassa/system_manager.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def _system_add_column_family(self, cfdef):
def _qualify_type_class(self, classname): def _qualify_type_class(self, classname):
if classname: if classname:
s = str(classname) s = str(classname)
print s
if s.find('.') == -1: if s.find('.') == -1:
return 'org.apache.cassandra.db.marshal.%s' % s return 'org.apache.cassandra.db.marshal.%s' % s
else: else:
Expand Down

0 comments on commit 9a42676

Please sign in to comment.