Bug 1181259 Remove stray debugging printf from Cache API. r=froydnj

This commit is contained in:
Ben Kelly 2015-07-08 12:55:36 -07:00
parent d5bb133e67
commit 34c30b2005

View File

@ -1833,7 +1833,6 @@ ReadResponse(mozIStorageConnection* aConn, EntryId aEntryId,
if (!serializedInfo.IsEmpty()) {
nsAutoCString originNoSuffix;
OriginAttributes attrs;
fprintf(stderr, "\n%s\n", serializedInfo.get());
if (!attrs.PopulateFromOrigin(serializedInfo, originNoSuffix)) {
NS_WARNING("Something went wrong parsing a serialized principal!");
return NS_ERROR_FAILURE;