Remove extra debugger statement

This commit is contained in:
Ronald Troyer 2019-12-30 16:58:21 -05:00
parent 6273ddd66e
commit e02e538fc7

View file

@ -2,7 +2,6 @@ javascript: (function() {
window.bookmarkver = '1.4';
var isReddit = document.location.hostname.split('.').slice(-2).join('.') === 'reddit.com';
var isOverview = document.location.href.match(/\/overview\b/);
debugger;
if (isReddit && isOverview) {
var cachBustUrl = 'https://raw.githubusercontent.com/j0be/PowerDeleteSuite/master/powerdeletesuite.js?' + (new Date().getDate());
fetch(cachBustUrl).then(function(response) {