Skip to content

Commit 42d4a95

Browse files
author
Suhas Hariharan
committed
removed console log
Signed-off-by: Suhas Hariharan <[email protected]>
1 parent 80dd1f6 commit 42d4a95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/js/saspowerschoolff.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ function class_page () {
116116
async function login_page () {
117117
$('<div id="saspes-info"></div>').insertAfter('div#content');
118118
browser.storage.local.get("showExtensionInfo").then(output => {
119-
console.log(output.showExtensionInfo);
120119
let showInfoOpt = output?.showExtensionInfo;
121120
if (showInfoOpt === undefined) {
122121
showInfoOpt = true;

0 commit comments

Comments
 (0)