From bdc6c2b3f7210c046b7b023075c1f0bc8d6b9425 Mon Sep 17 00:00:00 2001 From: Hyunchul Kim Date: Wed, 2 Dec 2020 05:54:39 +0900 Subject: [PATCH] . --- test_data/src/scripts/updateIntroduction.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test_data/src/scripts/updateIntroduction.js b/test_data/src/scripts/updateIntroduction.js index 3548449..03b8d8a 100644 --- a/test_data/src/scripts/updateIntroduction.js +++ b/test_data/src/scripts/updateIntroduction.js @@ -11,11 +11,6 @@ let path = (window.location.pathname).split('/')[1]; let participant = findElementByProperty(introductions, 'path', path); - console.log(path) - console.log(participant) - // IMAGE - // NAME - // document.getElementById("introduction").innerHTML = participant.introduction; let p_frag = document.createElement("img");