Bug 1624266 - Remove a debug fprintf that crept into previous changes.

Differential Revision: https://phabricator.services.mozilla.com/D71407
This commit is contained in:
Jeff Walden 2020-04-17 20:39:28 +00:00
Родитель 9fdd774725
Коммит 727f92385c
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -385,9 +385,6 @@ bool GlobalObject::resolveConstructor(JSContext* cx,
"shouldn't be defining SharedArrayBuffer if shared memory " "shouldn't be defining SharedArrayBuffer if shared memory "
"is disabled"); "is disabled");
fprintf(stderr, "defineSharedArrayBufferConstructor: %d\n",
static_cast<int>(options.defineSharedArrayBufferConstructor()));
shouldReallyDefine = options.defineSharedArrayBufferConstructor(); shouldReallyDefine = options.defineSharedArrayBufferConstructor();
} }