diff --git a/VamPa/src/main/webapp/WEB-INF/views/goodsDetail.jsp b/VamPa/src/main/webapp/WEB-INF/views/goodsDetail.jsp
index b43f704..714798a 100644
--- a/VamPa/src/main/webapp/WEB-INF/views/goodsDetail.jsp
+++ b/VamPa/src/main/webapp/WEB-INF/views/goodsDetail.jsp
@@ -192,9 +192,9 @@
-->
-
-
- -->
@@ -305,79 +305,8 @@ $(document).ready(function(){
$.getJSON("/reply/list", {bookId : bookId}, function(obj){
- if(obj.list.length === 0){
- $(".reply_not_div").html('리뷰가 없습니다.');
- $(".reply_content_ul").html('');
- $(".pageMaker").html('');
- } else{
-
- $(".reply_not_div").html('');
-
- const list = obj.list;
- const pf = obj.pageInfo;
- const userId = '${member.memberId}';
-
- /* list */
-
- let reply_list = '';
-
- $(list).each(function(i,obj){
- reply_list += '';
- reply_list += '