Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
benjick committed Feb 10, 2019
1 parent 074327b commit cafe2cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/useTitles.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const useTitles = ({
function register(object) {
const _titles = titles.slice()
object.id = object.id ? object.id : uniqid()
console.log(titles, object)
_titles.push(object)
setTitles(_titles)
return () => {
Expand Down

0 comments on commit cafe2cf

Please sign in to comment.