diff --git a/index.js b/index.js index 57ba6a4..7256fb7 100644 --- a/index.js +++ b/index.js @@ -124,7 +124,7 @@ exports.loadPackage = async function (gridController, persistedData) { }); if (watchForActiveWindow && ActiveWindow.requestPermissions()) { - activeWindowSubscribeId = ActiveWindow.subscribe(console.log); + activeWindowSubscribeId = ActiveWindow.subscribe(handleActiveWindowChange); } if (enableOverlay) {