diff --git a/public/js/meals.js b/public/js/meals.js
index 26643c15c69c7936b9fef68fe14fbe6adcc471a1..030e1229c2e3f87367ae8d18bcce3fbef35ace33 100644
--- a/public/js/meals.js
+++ b/public/js/meals.js
@@ -168,7 +168,7 @@ const type = () =>{
   xhttp.onreadystatechange = function() {
     if (this.readyState === 4){
       let response = this.response;
-      console.log(response);
+      // console.log(response);
       const startIndex = response.indexOf('[');
       const jsonStr = response.substring(startIndex);
       console.log(jsonStr);