remove debugging alert

This commit is contained in:
Sami Samhuri 2011-12-09 20:00:30 -08:00
parent 05b3e96605
commit 638e7797c6

View file

@ -75,7 +75,6 @@
// jump to comment if linked directly
var hash = window.location.hash || ''
if (/^#comment-\d+/.test(hash)) {
alert(hash)
showComments(function (err) {
if (!err) {
window.location.hash = ''