Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Holtslander committed Apr 11, 2015
1 parent 1e98cf3 commit d7e00b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>Options - Pretty pull request</title>
<title>Options - Pretty pull requests</title>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="options.css">
</head>
Expand Down
4 changes: 0 additions & 4 deletions pullrequest.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@

var isGitHub = $("meta[property='og:site_name']").attr('content') === 'GitHub';

$(window).on('hashchange', function(e) {
console.log("PJAX yo.");
});

chrome.storage.sync.get({url: ''}, function(items) {
if (items.url == window.location.origin ||
"https://github.com" === window.location.origin
Expand Down

0 comments on commit d7e00b6

Please sign in to comment.