Skip to content

Commit

Permalink
Remove extra console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Oct 15, 2015
1 parent 8a0bc7d commit f25b80b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/script.js
Expand Up @@ -20,7 +20,6 @@ void (function () {
})

document.addEventListener('pjax:send', function () {
console.log("PJAX:START BITCHES")
Nprogress.start()
})

Expand All @@ -29,7 +28,6 @@ void (function () {
})

document.addEventListener('pjax:complete', function () {
console.log("PJAX:DONE BITCHES")
Nprogress.done()
})
}())
Expand Down

0 comments on commit f25b80b

Please sign in to comment.