premii / hn

Hacker News mobile app
MIT License
264 stars 37 forks source link

Removing console log #8

Closed dunckr closed 8 years ago

dunckr commented 10 years ago

Thanks for making this. It is a lifesaver for proxies!

There is a console.log called on line 137 of notify.min.js on live:

    var showContent = function(data) {
        console.log(data);
        var show = true;
        if (data.frequency) {
            if (notifyHistory(data.id, data.frequency)) {
                show = false;
            }
            else if (data.showThis) {
                show = data.showThis();
            }
        }

I would have created a PR but it seems that build isn't on GitHub.