Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Remove extraneous console.log() statement #252

Closed
jackcmeyer opened this issue Jan 30, 2020 · 1 comment · Fixed by #253
Closed

Remove extraneous console.log() statement #252

jackcmeyer opened this issue Jan 30, 2020 · 1 comment · Fixed by #253
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed released
Milestone

Comments

@jackcmeyer
Copy link
Member

Please read this entire template before posting any issue. If you ignore these instructions
and post an issue here that does not follow the instructions, your issue might be closed,
locked, and assigned the missing discussion label.

🐛 Bug Report

There is an extraneous log statement in the Calendar component at

console.log('date click')
.

To Reproduce

Steps to reproduce the behavior:

Click on the a date on the calendar, see the console.log() statement

Expected behavior

I would expect there not to be a console.log() statement in the code.

Your Environment

  • node version: 6,8,10
  • os: Mac, Windows, Linux
  • any other relevant information
@jackcmeyer jackcmeyer added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Jan 30, 2020
@jackcmeyer jackcmeyer added this to the v1.0.0 milestone Jan 30, 2020
ghost pushed a commit that referenced this issue Jan 31, 2020
## [0.32.1](v0.32.0...v0.32.1) (2020-01-31)

### Bug Fixes

* **calendar:** remove extraneous log ([1f1037a](1f1037a)), closes [#252](#252)
@ghost
Copy link

ghost commented Jan 31, 2020

🎉 This issue has been resolved in version 0.32.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ghost ghost added the released label Jan 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant