Removed .env file

This commit is contained in:
2020-08-15 14:11:39 +02:00
parent 00ab5e9713
commit a8d7d05547
3 changed files with 6 additions and 7 deletions
+4 -6
View File
@@ -68,12 +68,10 @@ export default class StationsView extends Vue {
}
async mounted() {
const { docs } = await db.collection("history").get();
docs.forEach((doc) => {
console.log(doc.data());
});
// const { docs } = await db.collection("history").get();
// docs.forEach((doc) => {
// console.log(doc.data());
// });
// this.$store.watch(
// (state, getters) => getters.getConnectionState,
// (state: ConnState) => {