Commit b563487e authored by Jim Fulton's avatar Jim Fulton

removed out of date comment

parent d64a0cbf
......@@ -865,11 +865,6 @@ class FileStorage(
try:
data_to_be_undone = self._loadBack_impl(oid, pos)[0]
# Note that we use ``cdata or`` below, because
# _loadBackPOS dosn't work with in-tranaaction
# data and because we don't need to bother if we
# already have the data.
if not current_data:
current_data = self._loadBack_impl(oid, cdataptr)[0]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment