Explorar el Código

Removed unneeded console.log()

theflametrooper hace 8 años
padre
commit
5266c3654e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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];
 				}