Skip to content
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

remove console.log from head.html #29

Merged
merged 1 commit into from
Aug 5, 2023

Conversation

safwanyp
Copy link
Contributor

@safwanyp safwanyp commented Aug 4, 2023

Closes #22

There were two console.log calls in the project. One of them in the head.html file which I removed, and the other in the build.js file. I didn't remove the one in build.js as they're called only when running yarn build, and it makes sense to have a log in that function.

There were two `console.log` calls in the project. One of them in the head.html file which I removed, and the other in the `build.js` file. I didn't remove the one in `build.js` as they're called only when running `yarn build`, and it makes sense to have a log in that function.
Copy link
Owner

@zidhuss zidhuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@zidhuss zidhuss merged commit 02da760 into zidhuss:main Aug 5, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove console logs
2 participants