Commit 1073b217 authored by Tim Peters's avatar Tim Peters

Making an executive decision that we don't really need to print

"Yow!" here anymore <wink>.
parent 4128d7ae
......@@ -275,7 +275,6 @@ class GC(FileStorageFormatter):
# Delay import to code with circular imports.
# XXX put exceptions in a separate module
from ZODB.FileStorage.FileStorage import FileStorageError
print "Yow!"
raise FileStorageError(
"The database has already been packed to a later time"
" or no changes have been made since the last pack")
......
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