Skip to content

Commit

Permalink
fix: spray debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed Dec 27, 2018
1 parent 7d86ff9 commit 7265b68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Data.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ class Data {
* @return {Object} return object
*/
_getValue (key, opts = this.opts) {
debugger
return (
_.get(this.data, ['holidays', opts.country, 'states', opts.state, 'regions', opts.regions, key]) ||
_.get(this.data, ['holidays', opts.country, 'states', opts.state, key]) ||
Expand Down

0 comments on commit 7265b68

Please sign in to comment.