chore: remove unnecessary log from Overlays.jsm
(cherry picked from commit 1e1b2eaef3fb96e8f005d791ca436a87edd05000)
This commit is contained in:
@@ -35,7 +35,6 @@ class Overlays {
|
|||||||
const instance = new Overlays(overlayProvider, window);
|
const instance = new Overlays(overlayProvider, window);
|
||||||
|
|
||||||
const urls = overlayProvider.overlay.get(instance.location, false);
|
const urls = overlayProvider.overlay.get(instance.location, false);
|
||||||
console.debug(instance.location);
|
|
||||||
return instance.load(urls);
|
return instance.load(urls);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user