We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80dd1f6 commit 42d4a95Copy full SHA for 42d4a95
src/js/saspowerschoolff.js
@@ -116,7 +116,6 @@ function class_page () {
116
async function login_page () {
117
$('<div id="saspes-info"></div>').insertAfter('div#content');
118
browser.storage.local.get("showExtensionInfo").then(output => {
119
- console.log(output.showExtensionInfo);
120
let showInfoOpt = output?.showExtensionInfo;
121
if (showInfoOpt === undefined) {
122
showInfoOpt = true;
0 commit comments