mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 10:32:08 -05:00
remove useless console log
This commit is contained in:
parent
2f9d366bbe
commit
dd2a7dcc76
@ -68,7 +68,6 @@ document.addEventListener("DOMContentLoaded", function() {
|
|||||||
|
|
||||||
function cloakExceptions(url) {
|
function cloakExceptions(url) {
|
||||||
if (url.includes('harrisonburg.instructure.com') == true) {
|
if (url.includes('harrisonburg.instructure.com') == true) {
|
||||||
console.log("success");
|
|
||||||
return "learn.canvas.net";
|
return "learn.canvas.net";
|
||||||
}
|
}
|
||||||
return url;
|
return url;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user