Skip to content

Unnecessary console.log during build and dev #1155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
bretterer opened this issue Jan 2, 2019 · 2 comments · Fixed by #1174
Closed
1 task done

Unnecessary console.log during build and dev #1155

bretterer opened this issue Jan 2, 2019 · 2 comments · Fixed by #1174
Labels
contribution welcome Contributions welcome

Comments

@bretterer
Copy link
Contributor

  • I confirm that this is a issue rather than a question.

Bug report

Version

1.0.0-alpha.30

Steps to reproduce

Create a markdown file with an <a href= tag. run yarn build

What is expected?

Clean console output

What is actually happening?

It is console.loging the link string

Other relevant information

It appears that there is a console.log being used at https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/markdown/lib/component.js#L46 Removing this console.log cleans this up. Is this here on purpose or can it be removed?

  • Your OS: Mac
  • Node.js version: 11.6
  • Browser version: Chrome 71.0.3578.98
  • Is this a global or local install? local
  • Which package manager did you use for the install? yarn
@ulivz ulivz added the contribution welcome Contributions welcome label Jan 8, 2019
@ulivz
Copy link
Member

ulivz commented Jan 8, 2019

Thanks for the report and contribution welcome!

@bretterer
Copy link
Contributor Author

Wanted to make sure that was not necessary for some reason that was not clear to me. PR on its way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution welcome Contributions welcome
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants