Commit 902b9fa7 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

Bug 1990520 - Remove a console.error that could be too noisy in certain...

Bug 1990520 - Remove a console.error that could be too noisy in certain configurations. r=sessionstore-reviewers,sthompson

Differential Revision: https://phabricator.services.mozilla.com/D266034
parent 6b596bf8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5874,7 +5874,6 @@ var SessionStoreInternal = {
        return true;
      } catch (error) {
        // Can't setup speculative connection for this url.
        console.error(error);
        return false;
      }
    }