chore: remove console.log
This commit is contained in:
@@ -77,7 +77,6 @@ export default {
|
||||
if (isDark) {
|
||||
linkToOpen = `${linkToOpen}&theme=dark`;
|
||||
}
|
||||
// console.log(linkToOpen);
|
||||
this.$router.push({
|
||||
name: 'article-viewer',
|
||||
query: { link: linkToOpen },
|
||||
|
||||
Reference in New Issue
Block a user