Skip to content

Commit

Permalink
Remove sparse memory warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Mount committed Aug 8, 2016
1 parent 6944f87 commit 1340d7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion revelation/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def MemoryFactory(data=None, block_size=2**20, logger=None):
if not sparse_storage:
return _RevelationByteMemory(data, 2**32, logger)
else:
print "NOTE: Using sparse storage"
return _SparseMemory(logger=logger)


Expand Down

0 comments on commit 1340d7a

Please sign in to comment.