Skip to content

Commit 0fbcfae

Browse files
committed
remove console.log
1 parent eb008a0 commit 0fbcfae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vue/src/views/Snapshot.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ export default {
226226
methods: {
227227
getInitialSnapshotnav() {
228228
if (this.$route.params.hash) {
229-
console.log(this.$vuetify.breakpoint.name);
230229
if (this.$vuetify.breakpoint.name === 'lg') {
231230
return true;
232231
}

0 commit comments

Comments
 (0)