diff --git a/src/views/MakePlan.vue b/src/views/MakePlan.vue
index b54fc1c5a131fec0fd229eb64dbedbd4570aa221..469b49b52a62ddc0d3cddeb199be34e4609c7124 100644
--- a/src/views/MakePlan.vue
+++ b/src/views/MakePlan.vue
@@ -162,7 +162,6 @@ export default {
         place_name: this.placeNames
       }
       this.dayplan[data.day - 1] = data
-       console.log(this.dayplan)
       this.checking[dayNum] = 1
       this.placeNames = []
     },