removing commented out method

This commit is contained in:
Blake Eggleston
2013-06-03 10:00:15 -07:00
parent 532f327519
commit 55f16442e3

View File

@@ -108,11 +108,6 @@ class BaseModel(object):
if not include_keyspace: return cf_name
return '{}.{}'.format(cls._get_keyspace(), cf_name)
#@property
#def pk(self):
# """ Returns the object's primary key """
# return getattr(self, self._pk_name)
def validate(self):
""" Cleans and validates the field values """
for name, col in self._columns.items():