Skip to content

Commit

Permalink
remove accidental debug commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Jun 11, 2014
1 parent 14ed6c5 commit bdafe09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions pywb/cdx/cdxdomainspecific.py
Expand Up @@ -100,11 +100,6 @@ def __call__(self, query):
if matched_rule.replace:
repl = matched_rule.replace

if '/_/stream/squarestream?soc-app' in url and 'jserror' not in url:
print 'KEY ', urlkey
print 'RULE ', url, vars(matched_rule)
print 'FILTERS ', filter_

inx = url.rfind(repl)
if inx > 0:
url = url[:inx + 1]
Expand Down
6 changes: 1 addition & 5 deletions pywb/static/wombat.js
Expand Up @@ -111,11 +111,7 @@ WB_wombat_init = (function() {
if (!url) {
return url;
}

if (url.indexOf("hypothes.is") > 0) {
return url;
}


var urltype_ = (typeof url);

// If object, use toString
Expand Down

0 comments on commit bdafe09

Please sign in to comment.