Skip to content

Commit d18e8a2

Browse files
committed
remove console.log for deployment
1 parent fa8b51c commit d18e8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue/src/views/Snapshot.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default {
6868
async created() {
6969
const hash = this.$route.params.hash;
7070
const result = await this.getSnapshot(hash);
71-
console.log(result);
71+
return result;
7272
}
7373
};
7474
</script>

0 commit comments

Comments
 (0)