Bug 1709341 - [devtools] Remove leftover dump in BrowsingContextTargetFront r=ochameau

Depends on D114224

Differential Revision: https://phabricator.services.mozilla.com/D114222
This commit is contained in:
Julian Descottes 2021-05-10 08:03:11 +00:00
Родитель 2af8a8ac88
Коммит 2484af3514
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -698,7 +698,6 @@ class TargetCommand extends EventEmitter {
// called "force" which force bypassing the caches.
await targetFront.reload({ options: { force: bypassCache } });
} catch (e) {
dump(" target reload exception: " + e + " >>> " + e.message + " <<<\n");
// If the target follows the window global lifecycle, the reload request
// will fail, and we should swallow the error. Re-throw it otherwise.
if (!targetFront.targetForm.followWindowGlobalLifeCycle) {