Browse Source

Removed unneeded console.log()

theflametrooper 8 years ago
parent
commit
5266c3654e
1 changed files with 0 additions and 1 deletions
  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];
 				}