Browse Source

Removed unneeded console.log()

theflametrooper 8 năm trước cách đây
mục cha
commit
5266c3654e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      frontend/components/Modals/EditStation.vue

+ 0 - 1
frontend/components/Modals/EditStation.vue

@@ -149,7 +149,6 @@
 				this.$parent.modals.editStation = false;
 			},
 			editStation: function(station) {
-				console.log('edit', 5);
 				for (let prop in station) {
 					this.editing[prop] = station[prop];
 				}