Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking committed Feb 10, 2010
1 parent c74473a commit b4884dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/cassandra/mock.rb
Expand Up @@ -61,11 +61,6 @@ def get(column_family, key, *columns_and_options)
end
end

def sort_keys(keys, column_family, reversed=false)
p schema[column_family]['Compare']
keys
end

def exists?(column_family, key, column=nil)
!!get(column_family, key, column)
end
Expand Down

0 comments on commit b4884dc

Please sign in to comment.