chore: remove console.log

This commit is contained in:
Shivam Mishra
2024-10-04 18:31:13 +05:30
parent 0602babaa0
commit bd04d31e62
-1
View File
@@ -77,7 +77,6 @@ export default {
if (isDark) {
linkToOpen = `${linkToOpen}&theme=dark`;
}
// console.log(linkToOpen);
this.$router.push({
name: 'article-viewer',
query: { link: linkToOpen },