chore: remove unnecessary log from Overlays.jsm

(cherry picked from commit 1e1b2eaef3fb96e8f005d791ca436a87edd05000)
This commit is contained in:
adamp01
2022-07-28 15:14:23 +01:00
committed by Alex Kontos
parent db9438017b
commit d3a5353c47

View File

@@ -35,7 +35,6 @@ class Overlays {
const instance = new Overlays(overlayProvider, window);
const urls = overlayProvider.overlay.get(instance.location, false);
console.debug(instance.location);
return instance.load(urls);
}