diff --git a/static/js/custom.js b/static/js/custom.js index e3e26f9..39fba3a 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -230,10 +230,8 @@ window.addEventListener('DOMContentLoaded', function () { function removeHttp(url) { - console.log(url) if (typeof (url) == 'string') { url = url.replace(/^https?:/, ''); } - console.log(url) return url; } \ No newline at end of file