From 200d8272af9eaa270b1fe142d472552da46db034 Mon Sep 17 00:00:00 2001 From: zendy kim Date: Tue, 17 Jul 2018 10:00:09 +0900 Subject: [PATCH] remove console.log code --- src/calendar.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/calendar.vue b/src/calendar.vue index 5abc824..6a307e6 100644 --- a/src/calendar.vue +++ b/src/calendar.vue @@ -176,7 +176,6 @@ export default { }, methods: { handelPanelChange (panel) { - console.log('panel changed') if (panel === 'YEAR') { this.firstYear = Math.floor(this.calendarYear / 10) * 10 } else if (panel === 'TIME') { @@ -307,7 +306,6 @@ export default { this.firstYear = this.firstYear + flag * 10 }, showPanelDate () { - console.log('date') this.panel = 'DATE' }, showPanelYear () {