Remove unnecessary console.log();

This commit is contained in:
2023-03-24 09:23:51 +01:00
parent 8c39e891a6
commit 4579d27b6a
8 changed files with 49 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
$(document).ready( function() {
document.getElementById("rest-mock").href =
window.location.protocol + "//" + window.location.hostname + ":8097";
console.log("DONE")
});