remove useless console log

This commit is contained in:
Sky 2023-07-23 14:58:38 -04:00
parent 2f9d366bbe
commit dd2a7dcc76

View File

@ -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;