No bug. Remove a stray debugging printf of mine. r=me.

DONTBUILD because trivial.
This commit is contained in:
Nicholas Nethercote 2015-11-09 17:25:33 -08:00
parent ea95080561
commit ccd2d40d3c

View File

@ -1590,7 +1590,6 @@ RuntimeService::RemoveSharedWorker(WorkerDomainInfo* aDomainInfo,
SharedWorkerInfo* data = iter.UserData();
if (data->mWorkerPrivate == aWorkerPrivate) {
#ifdef DEBUG
fprintf(stderr, "njn: RemoveSharedWorker\n");
nsAutoCString key;
GenerateSharedWorkerKey(data->mScriptSpec, data->mName,
aWorkerPrivate->IsInPrivateBrowsing(), key);