diff --git a/Backend/mocked-services/src/main/resources/static/js/datatransfer.js b/Backend/mocked-services/src/main/resources/static/js/datatransfer.js index a8c6136..fd84f61 100644 --- a/Backend/mocked-services/src/main/resources/static/js/datatransfer.js +++ b/Backend/mocked-services/src/main/resources/static/js/datatransfer.js @@ -294,8 +294,6 @@ function changeUUID(element){ const uuidStrategy = $('input[name="uuid-validation-type"]:checked').val(); const givenUUID = checkUUIDChars(element.value); - //const givenUUID = element.value; - console.log(givenUUID); if( givenUUID == clientUUID ){ $("#uuid-input").attr("disabled", true);